Class LoopbackHTTPSocket
-
- All Implemented Interfaces:
-
java.io.Closeable
,java.lang.AutoCloseable
public class LoopbackHTTPSocket extends Socket
-
-
Constructor Summary
Constructors Constructor Description LoopbackHTTPSocket(String host, int port, InetAddress localAddress, int localPort, int timeout)
LoopbackHTTPSocket(String host, int port, InetAddress localAddr, int localPort)
LoopbackHTTPSocket(String host, int port)
-
Method Summary
Modifier and Type Method Description OutputStream
getOutputStream()
InputStream
getInputStream()
-
Methods inherited from class java.net.Socket
bind, close, 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, setSoLinger, setSoTimeout, setSocketImplFactory, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LoopbackHTTPSocket
LoopbackHTTPSocket(String host, int port, InetAddress localAddress, int localPort, int timeout)
-
LoopbackHTTPSocket
LoopbackHTTPSocket(String host, int port, InetAddress localAddr, int localPort)
-
LoopbackHTTPSocket
LoopbackHTTPSocket(String host, int port)
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream()
-
getInputStream
InputStream getInputStream()
-
-
-
-