Class IntraVMServerEndpointImpl
java.lang.Object
com.swiftmq.swiftlet.net.Connection
com.swiftmq.impl.net.netty.scheduler.IntraVMServerEndpointImpl
- All Implemented Interfaces:
com.swiftmq.net.protocol.ChunkListener, com.swiftmq.swiftlet.net.IntraVMServerEndpoint
public class IntraVMServerEndpointImpl
extends com.swiftmq.swiftlet.net.Connection
implements com.swiftmq.swiftlet.net.IntraVMServerEndpoint
-
Field Summary
Fields inherited from class com.swiftmq.swiftlet.net.Connection
dnsResolve -
Constructor Summary
ConstructorsConstructorDescriptionIntraVMServerEndpointImpl(SwiftletContext ctx, com.swiftmq.net.client.IntraVMConnection clientConnection) -
Method Summary
Modifier and TypeMethodDescriptionvoidchunkCompleted(byte[] b, int offset, int len) voidvoidclose()voidsetInboundHandler(com.swiftmq.swiftlet.net.InboundHandler handler) toString()Methods inherited from class com.swiftmq.swiftlet.net.Connection
getConnectTime, getInboundHandler, getInputActiveIndicator, getMetaData, getProtocolInputHandler, getProtocolOutputHandler, getUserObject, isClosed, isMarkedForClose, setConnectionListener, setMarkedForClose, setMetaData, setProtocolInputHandler, setProtocolOutputHandler, setUserObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.swiftmq.swiftlet.net.IntraVMServerEndpoint
isClosed
-
Constructor Details
-
IntraVMServerEndpointImpl
public IntraVMServerEndpointImpl(SwiftletContext ctx, com.swiftmq.net.client.IntraVMConnection clientConnection)
-
-
Method Details
-
setInboundHandler
public void setInboundHandler(com.swiftmq.swiftlet.net.InboundHandler handler) - Overrides:
setInboundHandlerin classcom.swiftmq.swiftlet.net.Connection
-
chunkCompleted
public void chunkCompleted(byte[] b, int offset, int len) - Specified by:
chunkCompletedin interfacecom.swiftmq.net.protocol.ChunkListener
-
clientClose
public void clientClose()- Specified by:
clientClosein interfacecom.swiftmq.swiftlet.net.IntraVMServerEndpoint
-
getHostname
- Specified by:
getHostnamein classcom.swiftmq.swiftlet.net.Connection
-
getInputStream
- Specified by:
getInputStreamin classcom.swiftmq.swiftlet.net.Connection
-
getOutputStream
- Specified by:
getOutputStreamin classcom.swiftmq.swiftlet.net.Connection
-
close
public void close()- Overrides:
closein classcom.swiftmq.swiftlet.net.Connection
-
toString
-