Package java.net

Class PlainServerSocketImpl

All Implemented Interfaces:
SocketOptions

public class PlainServerSocketImpl
extends PlainSocketImpl
  • Constructor Details

  • Method Details

    • create

      protected void create​(boolean isStreaming) throws IOException
      Description copied from class: SocketImpl
      Creates a new unconnected socket. The argument isStreaming defines whether the new socket is a streaming or a datagram socket.
      Overrides:
      create in class PlainSocketImpl
      Parameters:
      isStreaming - defines whether the type of the new socket is streaming or datagram.
      Throws:
      IOException - if an error occurs while creating the socket.