|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.reactor.ChannelEntry
public class ChannelEntry
Constructor Summary | |
---|---|
ChannelEntry(java.nio.channels.SocketChannel channel)
|
|
ChannelEntry(java.nio.channels.SocketChannel channel,
SessionRequestImpl sessionRequest)
|
Method Summary | |
---|---|
java.lang.Object |
getAttachment()
|
java.nio.channels.SocketChannel |
getChannel()
|
SessionRequestImpl |
getSessionRequest()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelEntry(java.nio.channels.SocketChannel channel, SessionRequestImpl sessionRequest)
public ChannelEntry(java.nio.channels.SocketChannel channel)
Method Detail |
---|
public SessionRequestImpl getSessionRequest()
public java.lang.Object getAttachment()
public java.nio.channels.SocketChannel getChannel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |