Searched refs:sendUrgentData (Results 1 – 13 of 13) sorted by relevance
112 protected void sendUrgentData(int data) throws IOException { in sendUrgentData() method in FileDescriptorHolderSocketImpl
364 public void sendUrgentData(int data) throws IOException { in sendUrgentData() method in SocketAdaptor
277 protected abstract void sendUrgentData (int data) throws IOException; in sendUrgentData() method in SocketImpl
1035 public void sendUrgentData (int data) throws IOException { in sendUrgentData() method in Socket1039 getImpl().sendUrgentData (data); in sendUrgentData()
537 protected void sendUrgentData (int data) throws IOException { in sendUrgentData() method in AbstractPlainSocketImpl
130 protected void sendUrgentData(int value) throws IOException { in sendUrgentData() method in SocketImplTest.MockSocketImpl
1224 worker.sendUrgentData("UrgentData".getBytes()[0]); in test_sendUrgentDataI()1278 worker.sendUrgentData(urgentByte); in test_sendUrgentDataI()1336 worker.sendUrgentData(urgentByte1); in test_sendUrgentDataI()1337 worker.sendUrgentData(urgentByte2); in test_sendUrgentDataI()1389 worker.sendUrgentData(urgentByte); in test_sendUrgentDataI()
936 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() method in ServerSocketTest.MockSocketImpl
1725 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1764 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1803 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1804 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1849 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1879 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1913 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1958 servSock.sendUrgentData(urgentData.getBytes()[0]); in test_sendUrgentDataI()1990 theSocket.sendUrgentData(0); in test_sendUrgentDataI()2240 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() method in OldSocketTest.MockSocketImpl
167 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() method in OldSocketImplFactoryTest.MockSocketImpl
376 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() method in OldServerSocketTest.MockSocketImpl
201 @Override protected void sendUrgentData(int arg0) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
3451 @Override public void sendUrgentData(int value) throws IOException {3452 delegate.sendUrgentData(value);