Uses of Class
org.dellroad.msrp.Endpoint
-
Packages that use Endpoint Package Description org.dellroad.msrp Top level package for the msrp4j Java library. -
-
Uses of Endpoint in org.dellroad.msrp
Methods in org.dellroad.msrp that return Endpoint Modifier and Type Method Description Endpoint
MsrpUri. toEndpoint()
Create anEndpoint
corresponding to this instance.Methods in org.dellroad.msrp with parameters of type Endpoint Modifier and Type Method Description protected void
Msrp. configureSocketChannel(SocketChannel socketChannel, Endpoint endpoint)
Configure aSocketChannel
to be used by this instance with the givenEndpoint
.Session
Msrp. createSession(MsrpUri localURI, MsrpUri remoteURI, Endpoint endpoint, SessionListener listener, Executor callbackExecutor, boolean active)
Create a newSession
using the given local and remote URIs.
-