remote
Interface ShortRemote

All Superinterfaces:
RemoteEndpoint

public interface ShortRemote
extends RemoteEndpoint

Author:
dannycoward

Method Summary
 void sendShortMessage(short s)
           
 
Methods inherited from interface javax.net.websocket.RemoteEndpoint
getSendStream, getSendWriter, sendBytes, sendBytes, sendObject, sendObject, sendPartialBytes, sendPartialString, sendPing, sendPong, sendString, sendString
 

Method Detail

sendShortMessage

void sendShortMessage(short s)
                      throws java.io.IOException,
                             EncodeException
Throws:
java.io.IOException
EncodeException


Copyright © 2012. All Rights Reserved.