Uses of Class
org.eclipse.jetty.websocket.common.Generator
-
Packages that use Generator Package Description org.eclipse.jetty.websocket.common.extensions Jetty WebSocket Common : Extension Implementationsorg.eclipse.jetty.websocket.common.io 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 Generator Modifier and Type Field Description private Generator
FrameCaptureExtension. generator
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type Generator Modifier and Type Method Description void
ExtensionStack. configure(Generator generator)
-
Uses of Generator in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as Generator Modifier and Type Field Description private Generator
AbstractWebSocketConnection. generator
private Generator
FrameFlusher. generator
Methods in org.eclipse.jetty.websocket.common.io that return Generator Modifier and Type Method Description Generator
AbstractWebSocketConnection. getGenerator()
Constructors in org.eclipse.jetty.websocket.common.io with parameters of type Generator Constructor Description 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)
-