remote
Interface SimpleRemote

All Superinterfaces:
RemoteEndpoint

public interface SimpleRemote
extends RemoteEndpoint

Author:
dannycoward

Method Summary
 void sendSimpleMessage(java.lang.String message)
           
 
Methods inherited from interface javax.net.websocket.RemoteEndpoint
getSendStream, getSendWriter, sendBytes, sendBytes, sendObject, sendObject, sendPartialBytes, sendPartialString, sendPing, sendPong, sendString, sendString
 

Method Detail

sendSimpleMessage

void sendSimpleMessage(java.lang.String message)
                       throws EncodeException,
                              java.io.IOException
Throws:
EncodeException
java.io.IOException


Copyright © 2012. All Rights Reserved.