Uses of Interface
org.java_websocket.extensions.IExtension
-
Packages that use IExtension Package Description org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.extensions This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions. -
-
Uses of IExtension in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return IExtension Modifier and Type Method Description IExtensionDraft_6455. getExtension()Getter for the extension which is used by this draftMethods in org.java_websocket.drafts that return types with arguments of type IExtension Modifier and Type Method Description List<IExtension>Draft_6455. getKnownExtensions()Getter for all available extensions for this draftConstructors in org.java_websocket.drafts with parameters of type IExtension Constructor Description Draft_6455(IExtension inputExtension)Constructor for the websocket protocol specified by RFC 6455 with custom extensionsConstructor parameters in org.java_websocket.drafts with type arguments of type IExtension Constructor Description Draft_6455(List<IExtension> inputExtensions)Constructor for the websocket protocol specified by RFC 6455 with custom extensionsDraft_6455(List<IExtension> inputExtensions, List<IProtocol> inputProtocols)Constructor for the websocket protocol specified by RFC 6455 with custom extensions and protocols -
Uses of IExtension in org.java_websocket.extensions
Classes in org.java_websocket.extensions that implement IExtension Modifier and Type Class Description classCompressionExtensionImplementation for a compression extension specified by https://tools.ietf.org/html/rfc7692classDefaultExtensionClass which represents the normal websocket implementation specified by rfc6455.Methods in org.java_websocket.extensions that return IExtension Modifier and Type Method Description IExtensionDefaultExtension. copyInstance()IExtensionIExtension. copyInstance()Extensions must only be by one websocket at all.
-