Class WebSocketNegotiator.AbstractNegotiator
java.lang.Object
org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
org.eclipse.jetty.websocket.core.server.WebSocketNegotiator.AbstractNegotiator
- All Implemented Interfaces:
Configuration,Configuration.Customizer,WebSocketNegotiator
- Direct Known Subclasses:
CreatorNegotiator
- Enclosing interface:
- WebSocketNegotiator
public abstract static class WebSocketNegotiator.AbstractNegotiator
extends Configuration.ConfigurationCustomizer
implements WebSocketNegotiator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.core.Configuration
Configuration.ConfigurationCustomizer, Configuration.CustomizerNested classes/interfaces inherited from interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
WebSocketNegotiator.AbstractNegotiator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
getIdleTimeout, getInputBufferSize, getMaxBinaryMessageSize, getMaxFrameSize, getMaxOutgoingFrames, getMaxTextMessageSize, getOutputBufferSize, getWriteTimeout, isAutoFragment, setAutoFragment, setIdleTimeout, setInputBufferSize, setMaxBinaryMessageSize, setMaxFrameSize, setMaxOutgoingFrames, setMaxTextMessageSize, setOutputBufferSize, setWriteTimeout, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
negotiate
-
Constructor Details
-
AbstractNegotiator
public AbstractNegotiator() -
AbstractNegotiator
-
-
Method Details
-
customize
- Specified by:
customizein interfaceConfiguration.Customizer- Specified by:
customizein interfaceWebSocketNegotiator- Overrides:
customizein classConfiguration.ConfigurationCustomizer
-