Java java.net SocketImpl fields, constructors, methods, implement or subclass

Example usage for Java java.net SocketImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net SocketImpl.

The text is from its open source code.

Subclass

java.net.SocketImpl has subclasses.
Click this link to see all its subclasses.

Method

voidconnect(String host, int port)
Connects this socket to the specified port on the named host.
voidconnect(InetAddress address, int port)
Connects this socket to the specified port number on the specified host.
voidconnect(SocketAddress address, int timeout)
Connects this socket to the specified port number on the specified host.