Searched refs:sendUrgentData (Results 1 - 9 of 9) 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.java934 public void sendUrgentData(int value) throws IOException { method in class:Socket
935 impl.sendUrgentData(value);
H A DPlainSocketImpl.java468 protected void sendUrgentData(int value) throws IOException { method in class:PlainSocketImpl
/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.java1724 servSock.sendUrgentData(urgentData.getBytes()[0]);
1763 servSock.sendUrgentData(urgentData.getBytes()[0]);
1802 servSock.sendUrgentData(urgentData.getBytes()[0]);
1803 servSock.sendUrgentData(urgentData.getBytes()[0]);
1848 servSock.sendUrgentData(urgentData.getBytes()[0]);
1878 servSock.sendUrgentData(urgentData.getBytes()[0]);
1912 servSock.sendUrgentData(urgentData.getBytes()[0]);
1957 servSock.sendUrgentData(urgentData.getBytes()[0]);
1989 theSocket.sendUrgentData(0);
2239 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.java161 @Override protected void sendUrgentData(int arg0) throws IOException { }
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketImpl.java567 public void sendUrgentData(int data) throws IOException { method in class:SSLSocketImpl
569 "Method sendUrgentData() is not supported.");
578 "Methods sendUrgentData, setOOBInline are not supported.");
H A DOpenSSLSocketImpl.java830 @Override public void sendUrgentData(int data) throws IOException { method in class:OpenSSLSocketImpl
831 throw new SocketException("Method sendUrgentData() is not supported.");
835 throw new SocketException("Methods sendUrgentData, setOOBInline are not supported.");

Completed in 110 milliseconds