Package java.net

Class PlainServerSocketImpl

    • Constructor Detail

      • PlainServerSocketImpl

        public PlainServerSocketImpl()
      • PlainServerSocketImpl

        public PlainServerSocketImpl​(FileDescriptor fd)
    • Method Detail

      • 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.