|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.twdata.kokua.Telnet
public class Telnet
The telnet plugin utilizes a telnet protocol handler to filter telnet negotiation requests from the data stream.
Maintainer: Matthias L. Jugel
| Field Summary | |
|---|---|
protected MessageBus |
bus
|
protected de.mud.telnet.TelnetProtocolHandler |
handler
Description of the Field |
protected StreamFilter |
source
Description of the Field |
protected Terminal |
terminal
|
| Constructor Summary | |
|---|---|
Telnet()
Create a new telnet plugin. |
|
| Method Summary | |
|---|---|
void |
channel(OnlineStatusSignal signal)
Description of the Method |
void |
channel(TelnetCommandSignal signal)
Description of the Method |
StreamFilter |
getFilterSource()
Gets the filterSource attribute of the Telnet object |
int |
read(byte[] b)
Description of the Method |
void |
setFilterSource(StreamFilter source)
Sets the filterSource attribute of the Telnet object |
void |
setMessageBus(MessageBus bus)
|
void |
setTerminal(Terminal terminal)
|
void |
write(byte[] b)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StreamFilter source
protected de.mud.telnet.TelnetProtocolHandler handler
protected Terminal terminal
protected MessageBus bus
| Constructor Detail |
|---|
public Telnet()
| Method Detail |
|---|
public void setMessageBus(MessageBus bus)
public void setTerminal(Terminal terminal)
public void channel(OnlineStatusSignal signal)
signal - Description of the Parameterpublic void channel(TelnetCommandSignal signal)
signal - Description of the Parameterpublic void setFilterSource(StreamFilter source)
setFilterSource in interface StreamFiltersource - The new filterSource valuepublic StreamFilter getFilterSource()
getFilterSource in interface StreamFilter
public int read(byte[] b)
throws java.io.IOException
read in interface StreamFilterb - Description of the Parameter
java.io.IOException - Description of the Exception
public void write(byte[] b)
throws java.io.IOException
write in interface StreamFilterb - Description of the Parameter
java.io.IOException - Description of the Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||