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, requestSharedConnectionServer<T> duplicate()
Creates a duplicate copy of the connection end.
SharedConnectionServer
object.Copyright © 1996–2022. All rights reserved.