Uses of Class
org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Packages that use LocalConnector.LocalEndPoint Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of LocalConnector.LocalEndPoint in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server with type parameters of type LocalConnector.LocalEndPoint Modifier and Type Field Description private java.util.concurrent.BlockingQueue<LocalConnector.LocalEndPoint>LocalConnector. _connectsMethods in org.eclipse.jetty.server that return LocalConnector.LocalEndPoint Modifier and Type Method Description LocalConnector.LocalEndPointLocalConnector. connect()LocalConnector.LocalEndPointLocalConnector. executeRequest(java.lang.String rawRequest)Execute a request and return the EndPoint through which multiple responses can be received or more input provided.private LocalConnector.LocalEndPointLocalConnector. executeRequest(java.nio.ByteBuffer rawRequest)
-