Search:

Type: Posts; User: mb201

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,144

    Re: MessageSender.java

    MessageSender

    The supplied version of sendMessage just passes the whole message string directly to sendFrame without framing or segmentation. As a first step, experiment with running the code...
  2. Replies
    2
    Views
    1,144

    MessageSender.java

    public void sendMessage(String message) throws ProtocolException
    {
    // Announce action
    // This is to help with debugging, it's not required by the protocol

    if...
Results 1 to 2 of 2