Interface ServerSocketFactory

All Known Implementing Classes:
DefaultServerSocketFactory, SecureServerSocketFactory

public interface ServerSocketFactory
Server Socket Factory Interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int port)
    Create a server socket.
  • Method Details