HomeSort by relevance Sort by last modified time
    Searched defs:getRemoteAddress (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/
HttpInetConnection.java 56 InetAddress getRemoteAddress();
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousSocketChannel.java 50 * #getRemoteAddress getRemoteAddress} method. An attempt to invoke an I/O
280 public abstract SocketAddress getRemoteAddress() throws IOException;
322 * @see #getRemoteAddress
DatagramChannel.java 334 public abstract SocketAddress getRemoteAddress() throws IOException;
SocketChannel.java 459 public abstract SocketAddress getRemoteAddress() throws IOException;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 100 public SocketAddress getRemoteAddress() throws IOException {
MockSocketChannel.java 90 public SocketAddress getRemoteAddress() throws IOException {
SocketChannelTest.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
BluetoothObexTransport.java 89 public String getRemoteAddress() {
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioStreamTest.java 31 assertNull(stream.getRemoteAddress());
34 assertEquals(stream.getRemoteAddress(), address);
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 143 public InetAddress getRemoteAddress() {
SocketHttpServerConnection.java 141 public InetAddress getRemoteAddress() {
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 95 public InetAddress getRemoteAddress() {
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 310 public InetAddress getRemoteAddress() {
313 return conn.getRemoteAddress();
  /frameworks/base/core/java/android/net/
IpSecConfig.java 76 public InetAddress getRemoteAddress() {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousServerSocketChannelTest.java 121 assertNotNull(asc.getRemoteAddress());
122 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
146 assertNotNull(asc.getRemoteAddress());
147 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
DatagramChannelTest.java 231 assertNull(clientChannel.getRemoteAddress());
235 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getAddress());
237 ((InetSocketAddress) (clientChannel.getRemoteAddress())).getPort());
SocketChannelTest.java 342 assertNull(sc.getRemoteAddress());
345 assertEquals(sc.getRemoteAddress(), ss.getLocalSocketAddress());
AsynchronousSocketChannelTest.java 61 assertNull(asc.getRemoteAddress());
72 assertNotNull(asc.getRemoteAddress());
73 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
86 assertNull(asc.getRemoteAddress());
92 assertNull(asc.getRemoteAddress());
111 assertNull(asc.getRemoteAddress());
127 assertNull(asc.getRemoteAddress());
142 assertNull(asc.getRemoteAddress());
154 assertNull(asc.getRemoteAddress());
168 assertNull(asc.getRemoteAddress());
    [all...]
OldSocketChannelTest.java 415 public SocketAddress getRemoteAddress() throws IOException {
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 172 public InetAddress getRemoteAddress() {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 238 << format("0x%016x", Alloc.getRemoteAddress()) << " ("
241 Client.writeMem(Alloc.getRemoteAddress(),
274 << format("0x%016x", Alloc.getRemoteAddress()) << " ("
277 Client.writeMem(Alloc.getRemoteAddress(),
310 << format("0x%016x", Alloc.getRemoteAddress()) << " ("
313 Client.writeMem(Alloc.getRemoteAddress(),
396 TargetAddress getRemoteAddress() const { return RemoteAddr; }
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousSocketChannelImpl.java 525 public final SocketAddress getRemoteAddress() throws IOException {
SocketChannelImpl.java 194 public SocketAddress getRemoteAddress() throws IOException {
    [all...]
DatagramChannelImpl.java 218 public SocketAddress getRemoteAddress() throws IOException {
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 

Completed in 842 milliseconds

1 2 3 4