Searched refs:sendUrgentData (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java282 protected abstract void sendUrgentData(int value) throws IOException; method in class:SocketImpl
H A DSocket.java987 public void sendUrgentData(int value) throws IOException { method in class:Socket
988 impl.sendUrgentData(value);
H A DPlainSocketImpl.java461 protected void sendUrgentData(int value) throws IOException { method in class:PlainSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java130 protected void sendUrgentData(int value) throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DSocketTest.java1185 * java.net.Socket#sendUrgentData(int)
1221 worker.sendUrgentData("UrgentData".getBytes()[0]);
1275 worker.sendUrgentData(urgentByte);
1333 worker.sendUrgentData(urgentByte1);
1334 worker.sendUrgentData(urgentByte2);
1386 worker.sendUrgentData(urgentByte);
H A DServerSocketTest.java922 protected void sendUrgentData(int arg0) throws IOException { method in class:ServerSocketTest.MockSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketImplFactoryTest.java167 protected void sendUrgentData(int arg0) throws IOException { method in class:OldSocketImplFactoryTest.MockSocketImpl
H A DOldSocketTest.java1727 servSock.sendUrgentData(urgentData.getBytes()[0]);
1766 servSock.sendUrgentData(urgentData.getBytes()[0]);
1805 servSock.sendUrgentData(urgentData.getBytes()[0]);
1806 servSock.sendUrgentData(urgentData.getBytes()[0]);
1851 servSock.sendUrgentData(urgentData.getBytes()[0]);
1881 servSock.sendUrgentData(urgentData.getBytes()[0]);
1915 servSock.sendUrgentData(urgentData.getBytes()[0]);
1960 servSock.sendUrgentData(urgentData.getBytes()[0]);
1992 theSocket.sendUrgentData(0);
2242 protected void sendUrgentData(in method in class:OldSocketTest.MockSocketImpl
[all...]
H A DOldServerSocketTest.java376 protected void sendUrgentData(int arg0) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
H A DSocketTest.java194 @Override protected void sendUrgentData(int arg0) throws IOException { }
H A DURLConnectionTest.java3037 @Override public void sendUrgentData(int value) throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
3038 delegate.sendUrgentData(value);

Completed in 82 milliseconds