Uses of Interface
org.java_websocket.protocols.IProtocol
-
Packages that use IProtocol Package Description org.java_websocket org.java_websocket.client This package encapsulates all implementations in relation with the WebSocketClient.org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.protocols This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Protocol. -
-
Uses of IProtocol in org.java_websocket
Methods in org.java_websocket that return IProtocol Modifier and Type Method Description IProtocolWebSocket. getProtocol()Returns the used Sec-WebSocket-Protocol for this websocket connectionIProtocolWebSocketImpl. getProtocol() -
Uses of IProtocol in org.java_websocket.client
Methods in org.java_websocket.client that return IProtocol Modifier and Type Method Description IProtocolWebSocketClient. getProtocol() -
Uses of IProtocol in org.java_websocket.drafts
Fields in org.java_websocket.drafts declared as IProtocol Modifier and Type Field Description private IProtocolDraft_6455. protocolAttribute for the used protocol in this draftFields in org.java_websocket.drafts with type parameters of type IProtocol Modifier and Type Field Description private java.util.List<IProtocol>Draft_6455. knownProtocolsAttribute for all available protocols in this draftMethods in org.java_websocket.drafts that return IProtocol Modifier and Type Method Description IProtocolDraft_6455. getProtocol()Getter for the protocol which is used by this draftMethods in org.java_websocket.drafts that return types with arguments of type IProtocol Modifier and Type Method Description java.util.List<IProtocol>Draft_6455. getKnownProtocols()Getter for all available protocols for this draft -
Uses of IProtocol in org.java_websocket.protocols
Classes in org.java_websocket.protocols that implement IProtocol Modifier and Type Class Description classProtocolClass which represents the protocol used as Sec-WebSocket-ProtocolMethods in org.java_websocket.protocols that return IProtocol Modifier and Type Method Description IProtocolIProtocol. copyInstance()To prevent protocols to be used more than once the Websocket implementation should call this method in order to create a new usable version of a given protocol instance.IProtocolProtocol. copyInstance()
-