Searched defs:sendUrgentData (Results 1 - 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileDescriptorHolderSocketImpl.java112 protected void sendUrgentData(int data) throws IOException { method in class:FileDescriptorHolderSocketImpl
H A DSocketAdaptor.java364 public void sendUrgentData(int data) throws IOException { method in class:SocketAdaptor
/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 DOldServerSocketTest.java376 protected void sendUrgentData(int arg0) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
H A DOldSocketTest.java1725 servSock.sendUrgentData(urgentData.getBytes()[0]);
1764 servSock.sendUrgentData(urgentData.getBytes()[0]);
1803 servSock.sendUrgentData(urgentData.getBytes()[0]);
1804 servSock.sendUrgentData(urgentData.getBytes()[0]);
1849 servSock.sendUrgentData(urgentData.getBytes()[0]);
1879 servSock.sendUrgentData(urgentData.getBytes()[0]);
1913 servSock.sendUrgentData(urgentData.getBytes()[0]);
1958 servSock.sendUrgentData(urgentData.getBytes()[0]);
1990 theSocket.sendUrgentData(0);
2240 protected void sendUrgentData(in method in class:OldSocketTest.MockSocketImpl
[all...]
H A DURLConnectionTest.java3451 @Override public void sendUrgentData(int value) throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
3452 delegate.sendUrgentData(value);
/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 DServerSocketTest.java936 protected void sendUrgentData(int arg0) throws IOException { method in class:ServerSocketTest.MockSocketImpl
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java277 protected abstract void sendUrgentData (int data) throws IOException; method in class:SocketImpl
H A DAbstractPlainSocketImpl.java537 protected void sendUrgentData (int data) throws IOException { method in class:AbstractPlainSocketImpl
H A DSocket.java1035 public void sendUrgentData (int data) throws IOException { method in class:Socket
1039 getImpl().sendUrgentData (data);
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DBaseSSLSocketImpl.java378 * @see java.net.Socket#sendUrgentData
383 public final void sendUrgentData(int data) throws SocketException { method in class:BaseSSLSocketImpl

Completed in 410 milliseconds