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 EndpointMsrpUri. toEndpoint()Create anEndpointcorresponding to this instance.Methods in org.dellroad.msrp with parameters of type Endpoint Modifier and Type Method Description protected voidMsrp. configureSocketChannel(SocketChannel socketChannel, Endpoint endpoint)Configure aSocketChannelto be used by this instance with the givenEndpoint.SessionMsrp. createSession(MsrpUri localURI, MsrpUri remoteURI, Endpoint endpoint, SessionListener listener, Executor callbackExecutor, boolean active)Create a newSessionusing the given local and remote URIs.
-