Home
last modified time | relevance | path

Searched refs:ProxyToServerConnection (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java320 ProxyToServerConnection proxyToServer = newProxyToServerConnection(context, buffer); in prepareConnections()
348 …protected ProxyToServerConnection newProxyToServerConnection(ConcurrentMap<String, Object> context… in newProxyToServerConnection()
350 return new ProxyToServerConnection(context, buffer); in newProxyToServerConnection()
416 …private void register(SocketChannel channel, ProxyToServerConnection proxyToServer) throws IOExcep… in register()
490 ProxyToServerConnection proxyToServer = (ProxyToServerConnection)attachment; in newConnection()
499ProxyToServerConnection proxyToServer = (ProxyToServerConnection)endpoint.getSelectionKey().attach… in endPointOpened()
520 public class ProxyToServerConnection implements AsyncConnection class in ConnectHandler
530 public ProxyToServerConnection(ConcurrentMap<String, Object> context, Buffer data) in ProxyToServerConnection() method in ConnectHandler.ProxyToServerConnection
745 private volatile ProxyToServerConnection _toServer;
849 public void setConnection(ProxyToServerConnection connection) in setConnection()