|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.support.BaseIoSession
org.apache.qpid.test.utils.protocol.TestIoSession
public class TestIoSession
Constructor Summary | |
---|---|
TestIoSession()
|
Method Summary | |
---|---|
org.apache.mina.common.IoSessionConfig |
getConfig()
|
org.apache.mina.common.IoFilterChain |
getFilterChain()
|
org.apache.mina.common.IoHandler |
getHandler()
|
SocketAddress |
getLocalAddress()
|
int |
getLocalPort()
|
SocketAddress |
getRemoteAddress()
|
int |
getScheduledWriteBytes()
|
int |
getScheduledWriteRequests()
|
org.apache.mina.common.IoService |
getService()
|
SocketAddress |
getServiceAddress()
|
org.apache.mina.common.IoServiceConfig |
getServiceConfig()
|
String |
getStringLocalAddress()
|
org.apache.mina.common.TransportType |
getTransportType()
|
void |
setLocalPort(int _localPort)
|
void |
setStringLocalAddress(String _stringLocalAddress)
|
protected void |
updateTrafficMask()
|
Methods inherited from class org.apache.mina.common.support.BaseIoSession |
---|
close, close0, containsAttribute, getAttachment, getAttribute, getAttributeKeys, getCloseFuture, getCreationTime, getIdleCount, getIdleTime, getIdleTimeInMillis, getLastIdleTime, getLastIoTime, getLastReadTime, getLastWriteTime, getReadBytes, getReadMessages, getTrafficMask, getWriteTimeout, getWriteTimeoutInMillis, getWrittenBytes, getWrittenMessages, getWrittenWriteRequests, increaseIdleCount, increaseReadBytes, increaseReadMessages, increaseWrittenBytes, increaseWrittenMessages, isClosing, isConnected, isIdle, removeAttribute, resumeRead, resumeWrite, setAttachment, setAttribute, setAttribute, setIdleTime, setTrafficMask, setWriteTimeout, suspendRead, suspendWrite, toString, write, write, write0 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestIoSession()
Method Detail |
---|
public SocketAddress getLocalAddress()
protected void updateTrafficMask()
updateTrafficMask
in class org.apache.mina.common.support.BaseIoSession
public org.apache.mina.common.IoService getService()
public org.apache.mina.common.IoServiceConfig getServiceConfig()
public org.apache.mina.common.IoHandler getHandler()
public org.apache.mina.common.IoSessionConfig getConfig()
public org.apache.mina.common.IoFilterChain getFilterChain()
public org.apache.mina.common.TransportType getTransportType()
public SocketAddress getRemoteAddress()
public SocketAddress getServiceAddress()
public int getScheduledWriteRequests()
public int getScheduledWriteBytes()
public String getStringLocalAddress()
public void setStringLocalAddress(String _stringLocalAddress)
public int getLocalPort()
public void setLocalPort(int _localPort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |