Searched defs:setTrafficClass (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java663 public void setTrafficClass(int value) throws SocketException { method in class:DatagramSocket
H A DSocket.java962 public void setTrafficClass(int value) throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3029 @Override public void setTrafficClass(int value) throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3030 delegate.setTrafficClass(value);

Completed in 32 milliseconds