Uses of Interface
org.java_websocket.protocols.IProtocol
-
Packages that use IProtocol Package Description 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.drafts
Methods 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 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()
-