Package org.apache.hadoop.hdfs.net


package org.apache.hadoop.hdfs.net
  • Class
    Description
    Represents a peer that we communicate with by using a basic Socket that has no associated Channel.
    Represents a peer that we communicate with by using blocking I/O on a UNIX domain socket.
    Represents a peer that we communicate with by using an encrypted communications medium.
    Represents a peer that we communicate with by using non-blocking I/O on a Socket.
    Represents a connection to a peer.