com.hs.mail.container.server.socket
Interface ServerSocketFactory
- All Known Implementing Classes:
- DefaultServerSocketFactory, TLSServerSocketFactory
public interface ServerSocketFactory
Interface for server socket factory classes
- Since:
- Jul 29, 2010
- Author:
- Won Chul Doh
createServerSocket
ServerSocket createServerSocket(int port)
throws IOException
- Throws:
IOException
createServerSocket
ServerSocket createServerSocket(int port,
int backLog)
throws IOException
- Throws:
IOException
createServerSocket
ServerSocket createServerSocket(int port,
int backLog,
InetAddress bindAddress)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.