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
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
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 FrameFlusher(ByteBufferPool bufferPool, Generator generator, EndPoint endPoint, int bufferSize, int maxGather)
-