public interface CapabilityNegotiationResponseEvent extends ClientEvent
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.
|
getClient
boolean 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–2021 Kitteh. All rights reserved.