Example usage for java.net SocketImpl subclass-usage

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

Introduction

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

Usage

From source file org.shelloid.netverif.NetVerifSocketImpl.java

/**
 *
 * @author jayaraj
 */
public class NetVerifSocketImpl extends SocketImpl {

From source file org.apache.pig.shock.SSHSocketImplFactory.java

/**
 * We aren't going to actually create any new connection, we will forward
 * things to SSH.
 */
class SSHSocketImpl extends SocketImpl {