Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.BlockingQueue<LocalConnector.LocalEndPoint> |
LocalConnector._connects |
Modifier and Type | Method and Description |
---|---|
LocalConnector.LocalEndPoint |
LocalConnector.connect() |
private LocalConnector.LocalEndPoint |
LocalConnector.executeRequest(java.nio.ByteBuffer rawRequest) |
LocalConnector.LocalEndPoint |
LocalConnector.executeRequest(java.lang.String rawRequest)
Execute a request and return the EndPoint through which
multiple responses can be received or more input provided.
|