Uses of Class
org.eclipse.jetty.websocket.common.Generator
Packages that use Generator
Package
Description
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : I/O Implementation
-
Uses of Generator in org.eclipse.jetty.websocket.common.extensions
Fields in org.eclipse.jetty.websocket.common.extensions declared as GeneratorMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type Generator -
Uses of Generator in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as GeneratorModifier and TypeFieldDescriptionprivate final GeneratorAbstractWebSocketConnection.generatorprivate final GeneratorFrameFlusher.generatorMethods in org.eclipse.jetty.websocket.common.io that return GeneratorConstructors in org.eclipse.jetty.websocket.common.io with parameters of type GeneratorModifierConstructorDescriptionprivateFlusher(org.eclipse.jetty.io.ByteBufferPool bufferPool, Generator generator, org.eclipse.jetty.io.EndPoint endpoint) FrameFlusher(org.eclipse.jetty.io.ByteBufferPool bufferPool, Generator generator, org.eclipse.jetty.io.EndPoint endPoint, int bufferSize, int maxGather)