public interface DataConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
void |
closeDataConnection()
Close data socket.
|
boolean |
isSecure()
Indicates whether the data socket created by this factory will be secure
that is, running over SSL/TLS.
|
DataConnection |
openConnection()
Open an active data connection
|
DataConnection openConnection() throws Exception
Exceptionboolean isSecure()
void closeDataConnection()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.