fipaos.mts.httpMTP
Class SenderThread

java.lang.Object
  |
  +--fipaos.mts.httpMTP.ThreadingAbility
        |
        +--fipaos.mts.httpMTP.SenderThread

public class SenderThread
extends ThreadingAbility

SenderThread is responsible for sending the Envelope and message to the specified host:port connection. Encodes the output as specified at http://www.fipa.org/specs/fipa00084/


Fields inherited from class fipaos.mts.httpMTP.ThreadingAbility
internal
 
Constructor Summary
SenderThread(URL target, Envelope env, byte[] msg)
           
 
Method Summary
protected  void runImplementation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SenderThread

public SenderThread(URL target,
                    Envelope env,
                    byte[] msg)
Method Detail

runImplementation

protected void runImplementation()
Overrides:
runImplementation in class ThreadingAbility