@Deprecated public class TCPPublisher extends TCPNIOPublisher
| Constructor and Description |
|---|
TCPPublisher()
Deprecated.
|
TCPPublisher(Actor facade,
int port)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TCPPublisher |
coding(Coding coding)
Deprecated.
|
TCPPublisher |
facade(Actor facade)
Deprecated.
|
Coding |
getCoding()
Deprecated.
|
Actor |
getFacade()
Deprecated.
|
int |
getPort()
Deprecated.
|
TCPPublisher |
port(int port)
Deprecated.
|
IPromise<ActorServer> |
publish(Consumer<Actor> disconnectCallback)
Deprecated.
|
TCPPublisher |
serType(SerializerType type)
Deprecated.
|
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublishpublic TCPPublisher()
public TCPPublisher(Actor facade, int port)
public IPromise<ActorServer> publish(Consumer<Actor> disconnectCallback)
publish in interface ActorPublisherpublish in class TCPNIOPublisherpublic TCPPublisher serType(SerializerType type)
serType in class TCPNIOPublisherpublic TCPPublisher facade(Actor facade)
facade in interface ActorPublisherfacade in class TCPNIOPublisherpublic TCPPublisher port(int port)
port in class TCPNIOPublisherpublic TCPPublisher coding(Coding coding)
coding in class TCPNIOPublisherpublic Actor getFacade()
getFacade in class TCPNIOPublisherpublic int getPort()
getPort in class TCPNIOPublisherpublic Coding getCoding()
getCoding in class TCPNIOPublisherCopyright © 2020. All rights reserved.