public interface RequestContext
acceptConnection of {link @com.prosyst.mprm.net.connection.ServiceConnectionAcceptor}
is invoked. This context can be used by the Net service to enrich the context with
its own data.setContext(Object object)| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContext()
Returns the net service specific context associated with the current thread of execution.
|
P2PConnection |
getP2PConnection()
Returns the
P2PConnection object which caries out the request
for opening of the mutiplexed connection. |
void |
setContext(java.lang.Object object)
Assigns net service specific context with the current thread of execution.
|
P2PConnection getP2PConnection()
P2PConnection object which caries out the request
for opening of the mutiplexed connection.void setContext(java.lang.Object object)
object - the net service contextjava.lang.Object getContext()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.