public class SuppressGAOptionHandler extends TelnetOptionHandler
| Constructor | Description |
|---|---|
SuppressGAOptionHandler() |
Constructor for the SuppressGAOptionHandler.
|
SuppressGAOptionHandler(boolean initlocal,
boolean initremote,
boolean acceptlocal,
boolean acceptremote) |
Constructor for the SuppressGAOptionHandler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanswerSubnegotiation, getAcceptLocal, getAcceptRemote, getInitLocal, getInitRemote, getOptionCode, setAcceptLocal, setAcceptRemote, setInitLocal, setInitRemote, startSubnegotiationLocal, startSubnegotiationRemotepublic SuppressGAOptionHandler(boolean initlocal, boolean initremote, boolean acceptlocal, boolean acceptremote)
initlocal - - if set to true, a WILL is sent upon connection.initremote - - if set to true, a DO is sent upon connection.acceptlocal - - if set to true, any DO request is accepted.acceptremote - - if set to true, any WILL request is accepted.public SuppressGAOptionHandler()