remote
Interface IntRemote

All Superinterfaces:
RemoteEndpoint

public interface IntRemote
extends RemoteEndpoint

Author:
dannycoward

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

Method Detail

sendIntMessage

void sendIntMessage(int i)
                    throws java.io.IOException,
                           EncodeException
Throws:
java.io.IOException
EncodeException


Copyright © 2012. All Rights Reserved.