Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/
DHttpInetConnection.java53 int getRemotePort(); in getRemotePort() method
/external/apache-http/src/org/apache/http/impl/conn/
DAbstractClientConnAdapter.java312 public int getRemotePort() { in getRemotePort() method in AbstractClientConnAdapter
315 return conn.getRemotePort(); in getRemotePort()
/external/apache-http/src/org/apache/http/impl/
DDefaultHttpClientConnection.java79 buffer.append(getRemotePort()); in toString()
DDefaultHttpServerConnection.java77 buffer.append(getRemotePort()); in toString()
DSocketHttpClientConnection.java146 public int getRemotePort() { in getRemotePort() method in SocketHttpClientConnection
DSocketHttpServerConnection.java144 public int getRemotePort() { in getRemotePort() method in SocketHttpServerConnection
/external/apache-http/src/org/apache/http/protocol/
DRequestTargetHost.java80 int port = ((HttpInetConnection) conn).getRemotePort(); in process()
/external/apache-http/src/org/apache/http/client/protocol/
DRequestAddCookies.java137 port = conn.getRemotePort(); in process()