Liking cljdoc? Tell your friends :D
Clojure only.

jdk.net.SocketImplFactory

This interface defines a factory for socket implementations. It is used by the classes Socket and ServerSocket to create actual socket implementations.

This interface defines a factory for socket implementations. It
is used by the classes Socket and
ServerSocket to create actual socket
implementations.
raw docstring

create-socket-implclj

(create-socket-impl this)

Creates a new SocketImpl instance.

returns: a new instance of SocketImpl. - java.net.SocketImpl

Creates a new SocketImpl instance.

returns: a new instance of SocketImpl. - `java.net.SocketImpl`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close