Package org.apache.http.nio.reactor
Interface SocketAccessor
-
- All Known Implementing Classes:
DefaultNHttpClientConnection,DefaultNHttpServerConnection,IOSessionImpl,NHttpConnectionBase,SSLIOSession,SSLIOSession
public interface SocketAccessorProvides access to the underlying Socket.Remark: this interface will be removed in the next major release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.SocketgetSocket()Return the underlying socket
-