Class TCPNIOPublisher
java.lang.Object
org.nustaq.kontraktor.remoting.tcp.TCPNIOPublisher
- All Implemented Interfaces:
ActorPublisher
- Direct Known Subclasses:
TCPPublisher
Created by ruedi on 18/06/15.
Publishes actors on TCP (NIO based)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnectable(String host, Class<? extends Actor> actorClazz) intgetPort()port(int port) serType(SerializerType type) setTrafficMonitor(TrafficMonitor trafficMonitor) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.remoting.base.ActorPublisher
publish
-
Constructor Details
-
TCPNIOPublisher
public TCPNIOPublisher() -
TCPNIOPublisher
-
-
Method Details
-
publish
- Specified by:
publishin interfaceActorPublisher
-
serType
-
facade
- Specified by:
facadein interfaceActorPublisher
-
setTrafficMonitor
- Specified by:
setTrafficMonitorin interfaceActorPublisher
-
port
-
coding
-
getFacade
-
getPort
public int getPort() -
getCoding
-
getTrafficMonitor
-
toString
-
getConnectable
- Specified by:
getConnectablein interfaceActorPublisher
-