Class SocketHttpSecureConnection
java.lang.Object
jodd.http.net.SocketHttpConnection
jodd.http.net.SocketHttpSecureConnection
- All Implemented Interfaces:
HttpConnection
-
Field Summary
FieldsFields inherited from class SocketHttpConnection
socket -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Initializes http connection after socket is created.Methods inherited from class SocketHttpConnection
close, getInputStream, getOutputStream, getSocket, setTimeout
-
Field Details
-
sslSocket
-
-
Constructor Details
-
SocketHttpSecureConnection
-
-
Method Details
-
init
Description copied from interface:HttpConnectionInitializes http connection after socket is created. Applies configurations, likeHttpConnection.setTimeout(int).- Specified by:
initin interfaceHttpConnection- Overrides:
initin classSocketHttpConnection- Throws:
IOException
-