Uses of Interface
org.eclipse.net4j.ws.IWSAcceptor
- 
Packages that use IWSAcceptor Package Description org.eclipse.net4j.ws Transport layer extension with support for Websocket connections.
- 
- 
Uses of IWSAcceptor in org.eclipse.net4j.wsMethods in org.eclipse.net4j.ws that return IWSAcceptor Modifier and Type Method Description IWSAcceptorIWSAcceptorManager. getAcceptor(java.lang.String name)static IWSAcceptorWSUtil. getAcceptor(org.eclipse.net4j.util.container.IManagedContainer container, java.lang.String acceptorName)Methods in org.eclipse.net4j.ws that return types with arguments of type IWSAcceptor Modifier and Type Method Description org.eclipse.net4j.util.registry.IRegistry<java.lang.String,IWSAcceptor>IWSAcceptorManager. getAcceptorRegistry()
 
-