Uses of Interface
org.java_websocket.protocols.IProtocol
Packages that use IProtocol
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all implementations in relation with the WebSocket drafts.
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 IProtocolModifier and TypeMethodDescriptionWebSocket.getProtocol()
Returns the used Sec-WebSocket-Protocol for this websocket connectionWebSocketImpl.getProtocol()
-
Uses of IProtocol in org.java_websocket.client
Methods in org.java_websocket.client that return IProtocol -
Uses of IProtocol in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return IProtocolModifier and TypeMethodDescriptionDraft_6455.getProtocol()
Getter for the protocol which is used by this draftMethods in org.java_websocket.drafts that return types with arguments of type IProtocolModifier and TypeMethodDescriptionDraft_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 IProtocolModifier and TypeClassDescriptionclass
Class which represents the protocol used as Sec-WebSocket-ProtocolMethods in org.java_websocket.protocols that return IProtocolModifier and TypeMethodDescriptionIProtocol.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.Protocol.copyInstance()