public interface SharedConnectionServer<T> extends ConnectionServer<T>
Defines an interface for a server end of a connection that can be shared by multiple concurrent processes.
SharedConnectionServer
objects cannot have
their requests ALTed over.
FACTORY
Modifier and Type | Method and Description |
---|---|
SharedConnectionServer<T> |
duplicate()
Creates a duplicate copy of the connection end.
|
reply, reply, replyAndClose, request
SharedConnectionServer<T> duplicate()
Creates a duplicate copy of the connection end.
SharedConnectionServer
object.