Package marauroa.client.net
Class HTTPConnectSocket
java.lang.Object
java.net.Socket
marauroa.client.net.HTTPConnectSocket
- All Implemented Interfaces:
Closeable
,AutoCloseable
See http://www.web-cache.com/Writings/Internet-Drafts/draft-luotonen-web-proxy-tunneling-01.txt
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Methods inherited from class java.net.Socket
bind, close, connect, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOption, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setOption, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, supportedOptions, toString
-
Constructor Details
-
HTTPConnectSocket
Creates a new HTTPConnectSocket- Parameters:
proxy
- address of http-connect proxy
-
-
Method Details
-
connect
- Overrides:
connect
in classSocket
- Throws:
IOException
-