Package 

Class BaseDelegatingSocketChannel

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable , java.nio.channels.ByteChannel , java.nio.channels.Channel , java.nio.channels.GatheringByteChannel , java.nio.channels.InterruptibleChannel , java.nio.channels.NetworkChannel , java.nio.channels.ReadableByteChannel , java.nio.channels.ScatteringByteChannel , java.nio.channels.WritableByteChannel

    
    public class BaseDelegatingSocketChannel<T extends SocketChannel>
    extends SocketChannel
                        

    Implements a SocketChannel which delegates (its method calls) to another SocketChannel. In other words, the former wraps the latter.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseDelegatingSocketChannel(T delegate) Initializes a new BaseDelegatingSocketChannel instance which is to delegate (its method calls) to a specific SocketChannel.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description