remote
Interface TwoMethodRemote

All Superinterfaces:
RemoteEndpoint

public interface TwoMethodRemote
extends RemoteEndpoint

Author:
dannycoward

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

Method Detail

sendStringA

void sendStringA(java.lang.String a)
                 throws java.io.IOException,
                        EncodeException
Throws:
java.io.IOException
EncodeException

sendEncodedMessage

void sendEncodedMessage(EncodedMessage message)
                        throws java.io.IOException,
                               EncodeException
Throws:
java.io.IOException
EncodeException


Copyright © 2012. All Rights Reserved.