remote
Interface DoubleRemote

All Superinterfaces:
RemoteEndpoint

public interface DoubleRemote
extends RemoteEndpoint

Author:
dannycoward

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

Method Detail

sendDoubleMessage

void sendDoubleMessage(double d)
                       throws java.io.IOException,
                              EncodeException
Throws:
java.io.IOException
EncodeException


Copyright © 2012. All Rights Reserved.