jtux
Class UNetwork.SockOptValue

java.lang.Object
  extended by jtux.UNetwork.SockOptValue
Direct Known Subclasses:
UNetwork.SockOptValue_boolean, UNetwork.SockOptValue_int, UNetwork.SockOptValue_s_linger, UNetwork.SockOptValue_s_timeval
Enclosing class:
UNetwork

public static class UNetwork.SockOptValue
extends java.lang.Object

Following class and its subclasses handle the value argument of setsockopt, which in C is of type "const void *".


Constructor Summary
UNetwork.SockOptValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNetwork.SockOptValue

public UNetwork.SockOptValue()