Interface Extension
public interface Extension
Represents a WebSocket extension that can be negotiated during the handshake.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a parameter of a WebSocket extension. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of this extension.Returns the parameters associated with this extension.
-
Method Details
-
getName
-
getParameters
List<Extension.Parameter> getParameters()Returns the parameters associated with this extension.- Returns:
- The list of extension parameters
-