Example usage for java.net ServerSocket subclass-usage

List of usage examples for java.net ServerSocket subclass-usage

Introduction

In this page you can find the example usage for java.net ServerSocket subclass-usage.

Usage

From source file org.jgentleframework.utils.network.sockets.MonitoringServerSocket.java

/**
 * This class implements Monitoring Server Sockets basing on
 * {@link MonitoringSocket}
 * 
 * @author LE QUOC CHUNG - mailto: <a
 *         href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a>

From source file ZipSocket.java

    public class ZipServerSocket extends ServerSocket {
        public ZipServerSocket(int port) throws IOException {
            super(port);
        }

        public Socket accept() throws IOException {