Uses of Interface
javax.net.websocket.RemoteEndpoint

Packages that use RemoteEndpoint
javax.net.websocket   
org.glassfish.tyrus.platform   
 

Uses of RemoteEndpoint in javax.net.websocket
 

Methods in javax.net.websocket that return RemoteEndpoint
 RemoteEndpoint Session.getRemote()
          Return a reference to the RemoteEndpoint object representing the other end of this conversation.
 RemoteEndpoint Session.getRemote(Class c)
          Return a reference to the RemoteEndpoint that can send messages in the form of objects of class c.
 

Uses of RemoteEndpoint in org.glassfish.tyrus.platform
 

Classes in org.glassfish.tyrus.platform that implement RemoteEndpoint
 class RemoteEndpointWrapper<T>
          Wrapps the RemoteEndpoint and represents the other side of the websocket connection.
 

Methods in org.glassfish.tyrus.platform that return RemoteEndpoint
 RemoteEndpoint SessionImpl.getRemote()
           
 RemoteEndpoint SessionImpl.getRemote(Class c)
           
 

Methods in org.glassfish.tyrus.platform with parameters of type RemoteEndpoint
 void WebSocketEndpointImpl.handleGeneratedBeanException(RemoteEndpoint peer, Exception e)
           
 



Copyright © 2012. All Rights Reserved.