public class EchoOptionHandler extends TelnetOptionHandler
Constructor and Description |
---|
EchoOptionHandler()
Constructor for the EchoOptionHandler.
|
EchoOptionHandler(boolean initlocal,
boolean initremote,
boolean acceptlocal,
boolean acceptremote)
Constructor for the EchoOptionHandler.
|
answerSubnegotiation, getAcceptLocal, getAcceptRemote, getInitLocal, getInitRemote, getOptionCode, setAcceptLocal, setAcceptRemote, setInitLocal, setInitRemote, startSubnegotiationLocal, startSubnegotiationRemote
public EchoOptionHandler(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 EchoOptionHandler()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.