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.Customizer
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
WebSocketNegotiator.AbstractNegotiator
-
Constructor Summary
-
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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
negotiate
-
Constructor Details
-
AbstractNegotiator
public AbstractNegotiator() -
AbstractNegotiator
-
-
Method Details
-
customize
- Specified by:
customize
in interfaceConfiguration.Customizer
- Specified by:
customize
in interfaceWebSocketNegotiator
- Overrides:
customize
in classConfiguration.ConfigurationCustomizer
-