Example usage for java.net Socket subclass-usage

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

Introduction

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

Usage

From source file CipherSocket.java

/**
 *
 * @author  Scott.Stark@jboss.org
 */
public class CipherSocket extends Socket {
    private Cipher cipher;

From source file org.squidy.manager.protocol.tcp.AsyncSocket.java

/**
 * <code>AsyncSocket</code>.
 * 
 * <pre>
 * Date: Jan 3, 2009
 * Time: 4:44:07 PM

From source file com.twinsoft.convertigo.eclipse.learnproxy.http.HttpProxyWorker.java

/**
 * The worker for HTTP request processing. Handles a
 * single request only. Pakcage private for usage within 
 * this package only. Outside of this package only the
 * client of this class (HttpProxy) should be visible.
 *