Class TaggedSocketChannel

java.lang.Object
java.lang.Thread
edu.jas.util.TaggedSocketChannel
All Implemented Interfaces:
Runnable

public class TaggedSocketChannel extends Thread
TaggedSocketChannel provides a communication channel with message tags for Java objects using TCP/IP sockets.
Author:
Heinz Kredel
  • Field Details

  • Constructor Details

    • TaggedSocketChannel

      public TaggedSocketChannel(SocketChannel s)
      Constructs a tagged socket channel on the given socket channel s.
      Parameters:
      s - A socket channel object.
  • Method Details