Uses of Interface
org.dellroad.msrp.SessionListener
-
Packages that use SessionListener Package Description org.dellroad.msrp Top level package for the msrp4j Java library. -
-
Uses of SessionListener in org.dellroad.msrp
Methods in org.dellroad.msrp with parameters of type SessionListener Modifier and Type Method Description SessionMsrp. createSession(MsrpUri localURI, MsrpUri remoteURI, Endpoint endpoint, SessionListener listener, Executor callbackExecutor, boolean active)Create a newSessionusing the given local and remote URIs.
-