jtux
Class UNetwork.SockOptValue_boolean

java.lang.Object
  extended by jtux.UNetwork.SockOptValue
      extended by jtux.UNetwork.SockOptValue_boolean
Enclosing class:
UNetwork

public static class UNetwork.SockOptValue_boolean
extends UNetwork.SockOptValue

Not necessary to use SockOptValue_boolean -- SockOptValue_int works just as well, as the UNIX system call doesn't know the difference.


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

Field Detail

value

public boolean value
Constructor Detail

UNetwork.SockOptValue_boolean

public UNetwork.SockOptValue_boolean()