Uses of Interface
org.java_websocket.extensions.IExtension
Packages that use IExtension
Package
Description
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-Extensions.
-
Uses of IExtension in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return IExtensionModifier and TypeMethodDescriptionDraft_6455.getExtension()
Getter for the extension which is used by this draftMethods in org.java_websocket.drafts that return types with arguments of type IExtensionModifier and TypeMethodDescriptionDraft_6455.getKnownExtensions()
Getter for all available extensions for this draftConstructors in org.java_websocket.drafts with parameters of type IExtensionModifierConstructorDescriptionDraft_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 IExtensionModifierConstructorDescriptionDraft_6455
(List<IExtension> inputExtensions) Constructor for the websocket protocol specified by RFC 6455 with custom extensionsDraft_6455
(List<IExtension> inputExtensions, int inputMaxFrameSize) Constructor for the websocket protocol specified by RFC 6455 with custom extensions and protocolsDraft_6455
(List<IExtension> inputExtensions, List<IProtocol> inputProtocols) Constructor for the websocket protocol specified by RFC 6455 with custom extensions and protocolsDraft_6455
(List<IExtension> inputExtensions, List<IProtocol> inputProtocols, int inputMaxFrameSize) 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 IExtensionModifier and TypeClassDescriptionclass
Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692class
Class which represents the normal websocket implementation specified by rfc6455.Methods in org.java_websocket.extensions that return IExtensionModifier and TypeMethodDescriptionDefaultExtension.copyInstance()
IExtension.copyInstance()
Extensions must only be by one websocket at all. -
Uses of IExtension in org.java_websocket.extensions.permessage_deflate
Classes in org.java_websocket.extensions.permessage_deflate that implement IExtensionModifier and TypeClassDescriptionclass
PerMessage Deflate Extension (7. The "permessage-deflate" Extension in RFC 7692).Methods in org.java_websocket.extensions.permessage_deflate that return IExtension