Uses of Interface
org.eclipse.jetty.websocket.core.Configuration
Packages that use Configuration
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Configuration in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Configuration -
Uses of Configuration in org.eclipse.jetty.websocket.core
Subinterfaces of Configuration in org.eclipse.jetty.websocket.coreClasses in org.eclipse.jetty.websocket.core that implement ConfigurationModifier and TypeClassDescriptionstatic class
static class
Methods in org.eclipse.jetty.websocket.core that return ConfigurationMethods in org.eclipse.jetty.websocket.core with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
Configuration.ConfigurationCustomizer.customize
(Configuration configurable) void
Configuration.Customizer.customize
(Configuration configurable) -
Uses of Configuration in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement ConfigurationConstructors in org.eclipse.jetty.websocket.core.internal with parameters of type ConfigurationModifierConstructorDescriptionFragmentingFlusher
(Configuration configuration) Parser
(ByteBufferPool bufferPool, Configuration configuration) -
Uses of Configuration in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement ConfigurationMethods in org.eclipse.jetty.websocket.core.server that return ConfigurationMethods in org.eclipse.jetty.websocket.core.server with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
WebSocketNegotiator.AbstractNegotiator.customize
(Configuration configurable) default void
WebSocketNegotiator.customize
(Configuration configurable) -
Uses of Configuration in org.eclipse.jetty.websocket.core.server.internal
Classes in org.eclipse.jetty.websocket.core.server.internal that implement Configuration