JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.http.nio.reactor
Interface SocketAccessor
All Known Implementing Classes:
DefaultNHttpClientConnection
,
DefaultNHttpServerConnection
,
IOSessionImpl
,
NHttpConnectionBase
,
SSLIOSession
public interface
SocketAccessor
Provides access to the underlying Socket.
Remark: this interface will be removed in the next major release.
Method Summary
Methods
Modifier and Type
Method and Description
java.net.Socket
getSocket
()
Return the underlying socket
Method Detail
getSocket
java.net.Socket getSocket()
Return the underlying socket
Returns:
- the underlying Socket, may be
null
.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method