| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.