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
Methods in org.eclipse.jetty.server that return LocalConnector.LocalEndPoint Modifier and Type Method Description LocalConnector.LocalEndPoint
LocalConnector. connect()
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.
-