public interface CapabilityNegotiationResponseEvent extends ServerMessageEvent
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndingNegotiation()
Gets if negotiation should end after this event fires, which can be
changed via this event.
|
boolean |
isNegotiating()
Gets if this event is fired during capability negotiation.
|
void |
setEndingNegotiation(boolean endNegotiation)
Sets if negotiation should end after this event fires.
|
getOriginalMessagesgetClientboolean isEndingNegotiation()
setEndingNegotiation(boolean)boolean isNegotiating()
void setEndingNegotiation(boolean endNegotiation)
isNegotiating() is true,
the connection will not complete.endNegotiation - true if negotiation should end, false if notCopyright © 2013–2019 Kitteh. All rights reserved.