Searched refs:setTrafficClass (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java104 public void setTrafficClass(int tos) throws SocketException { method in class:OpenSSLSocketImplWrapper
105 socket.setTrafficClass(tos);
H A DSSLSocketWrapper.java125 public void setTrafficClass(int tos) throws SocketException { method in class:SSLSocketWrapper
126 socket.setTrafficClass(tos);
/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java614 public void setTrafficClass(int value) throws SocketException { method in class:DatagramSocket
H A DSocket.java909 public void setTrafficClass(int value) throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DSocketTest.java206 s.setTrafficClass(123);
H A DOldDatagramSocketTest.java1915 theSocket.setTrafficClass(256);
1921 theSocket.setTrafficClass(-1);
1927 theSocket.setTrafficClass(IPTOS_LOWCOST);
1928 theSocket.setTrafficClass(IPTOS_THROUGHPUT);
1932 theSocket.setTrafficClass(1);
H A DOldSocketTest.java1642 theSocket.setTrafficClass(256);
1648 theSocket.setTrafficClass(-1);
1654 theSocket.setTrafficClass(IPTOS_LOWCOST);
1655 theSocket.setTrafficClass(IPTOS_THROUGHPUT);
1664 theSocket.setTrafficClass(0);

Completed in 108 milliseconds