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

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java145 public int getTrafficClass() throws SocketException { method in class:OpenSSLSocketImplWrapper
146 return socket.getTrafficClass();
H A DSSLSocketWrapper.java165 public int getTrafficClass() throws SocketException { method in class:SSLSocketWrapper
166 return socket.getTrafficClass();
/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java628 public int getTrafficClass() throws SocketException { method in class:DatagramSocket
H A DSocket.java920 public int getTrafficClass() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DSocketTest.java207 assertEquals(123, s.getTrafficClass());
H A DOldDatagramSocketTest.java1955 int trafficClass = theSocket.getTrafficClass();
1959 theSocket.getTrafficClass();
H A DOldSocketTest.java1682 int trafficClass = theSocket.getTrafficClass();

Completed in 146 milliseconds