class: SendThread

public class: SendThread
Author: markd
Project: Phase: 1.0; Status: Proposed; Version: 1.0.0; Complexity: 1
Dates: Created: 1/21/2005 9:51:03 AM; Modified: 1/21/2005 9:51:04 AM;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2A7A3B30-39DD-4239-9E9B-2A26053421F9}
TODO Type description
@see Created on Jan 3, 2005 5:41:29 PM by
 

Goto: Custom Properties, Fields, Methods

See also: ServerManager, ServerManager

Appears in: dispatch

Connections
 
Custom Properties
 
SendThread Attributes
Attribute Details
package PrintWriter
  p
Initial: new PrintWriter(System.out, true)
package ServerManager
  sm
Initial: null
package int
  state
Initial: 0
package Socket
  socket
Initial: null
package OutputStream
  os
Initial: null
package InputStream
  is
Initial: null
 
SendThread Methods
Operation Details
package
SendThread(
   ServerManager sm):
public
run():void
package
Cleanup():int
package
ReadSocket():int
package
ConnectSocket():int
package
Send(
   byte[] buffer):int
package
Stop():int