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

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

Completed in 98 milliseconds