remote
Interface BooleanRemote

All Superinterfaces:
RemoteEndpoint

public interface BooleanRemote
extends RemoteEndpoint

Author:
dannycoward

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

Method Detail

sendBooleanMessage

void sendBooleanMessage(boolean b)
                        throws java.io.IOException,
                               EncodeException
Throws:
java.io.IOException
EncodeException


Copyright © 2012. All Rights Reserved.