public class TelnetSocket
extends java.net.Socket
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Returns an input stream for this socket.
|
java.io.OutputStream |
getOutputStream()
Returns an output stream for this socket.
|
boolean |
isAscii()
See if telnet server/client is in ASCII mode.
|
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.Socket
java.io.IOException
- if an I/O error occurspublic java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in class java.net.Socket
java.io.IOException
- if an I/O error occurspublic boolean isAscii()
Copyright © 2019 Kevin Lamonte. Licensed MIT.