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

/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramSocket.java1140 public synchronized void setTrafficClass(int tc) throws SocketException { method in class:DatagramSocket
1154 * traffic class or type-of-service set using {@link #setTrafficClass(int)}
1156 * set using the {@link #setTrafficClass(int)} method on this
1163 * @see #setTrafficClass(int)
H A DSocket.java1327 public void setTrafficClass(int tc) throws SocketException { method in class:Socket
1341 * traffic class or type-of-service set using {@link #setTrafficClass(int)}
1343 * set using the {@link #setTrafficClass(int)} method on this Socket.
1349 * @see #setTrafficClass(int)
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java481 * @see java.net.Socket#setTrafficClass
483 public final void setTrafficClass(int tc) throws SocketException { method in class:BaseSSLSocketImpl
485 super.setTrafficClass(tc);
487 self.setTrafficClass(tc);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java349 public void setTrafficClass(int tc) throws SocketException { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java404 public void setTrafficClass(int tc) throws SocketException { method in class:SocketAdaptor

Completed in 31 milliseconds