Class IntraVMServerEndpointImpl
java.lang.Object
Connection
com.swiftmq.impl.net.netty.scheduler.IntraVMServerEndpointImpl
public class IntraVMServerEndpointImpl
extends Connection
-
Constructor Summary
ConstructorDescriptionIntraVMServerEndpointImpl
(SwiftletContext ctx, IntraVMConnection clientConnection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
chunkCompleted
(byte[] b, int offset, int len) void
void
close()
void
setInboundHandler
(InboundHandler handler) toString()
-
Constructor Details
-
IntraVMServerEndpointImpl
-
-
Method Details
-
setInboundHandler
public void setInboundHandler(InboundHandler handler) -
chunkCompleted
public void chunkCompleted(byte[] b, int offset, int len) -
clientClose
public void clientClose() -
getHostname
-
getInputStream
-
getOutputStream
-
close
public void close() -
toString
-