JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ej.ecom.io
Interface Connection
All Known Subinterfaces:
CommConnection
,
ContentConnection
,
DatagramConnection
,
InputConnection
,
OutputConnection
,
StreamConnection
,
StreamConnectionNotifier
public interface
Connection
This interface defines an open Connection.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
close
()
Close the connection.
Method Detail
close
void close() throws
IOException
Close the connection. If the connection has already been closed or a close is pending, this method does nothing. If the connection has underlying open streams, the connection will be closed only when these streams will be closed.
Throws:
IOException
- if an I/O error occurs
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method