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 Generator
AbstractWebSocketConnection.generator
private final Generator
FrameFlusher.generator
Methods in org.eclipse.jetty.websocket.common.io that return GeneratorConstructors in org.eclipse.jetty.websocket.common.io with parameters of type GeneratorModifierConstructorDescriptionprivate
Flusher
(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)