I
- MatsSocket Incoming typeMR
- Mats reply type (i.e. the type of the reply from the Mats endpoint which was forwarded to)R
- MatsSocket Reply typepublic static interface MatsSocketServer.MatsSocketEndpointContext<I,MR,R>
Modifier and Type | Method and Description |
---|---|
MatsSocketServer.MatsSocketEndpoint<I,MR,R> |
getMatsSocketEndpoint() |
default java.lang.String |
getMatsSocketEndpointId()
Convenience method, default implementation is
this.getMatsSocketEndpoint().getMatsSocketEndpointId() . |
MatsSocketServer.MatsSocketEndpoint<I,MR,R> getMatsSocketEndpoint()
MatsSocketServer.MatsSocketEndpoint
instance for which this context relates.default java.lang.String getMatsSocketEndpointId()
this.getMatsSocketEndpoint().getMatsSocketEndpointId()
.