Package org.webpieces.httpclient11.impl
Class ProxyClose
- java.lang.Object
-
- org.webpieces.httpclient11.impl.ProxyClose
-
- All Implemented Interfaces:
HttpSocketListener
public class ProxyClose extends java.lang.Object implements HttpSocketListener
-
-
Constructor Summary
Constructors Constructor Description ProxyClose(HttpSocketListener socketListener, java.lang.String svrSocket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsocketClosed(HttpSocket socket)
-
-
-
Constructor Detail
-
ProxyClose
public ProxyClose(HttpSocketListener socketListener, java.lang.String svrSocket)
-
-
Method Detail
-
socketClosed
public void socketClosed(HttpSocket socket)
- Specified by:
socketClosedin interfaceHttpSocketListener
-
-