Uses of Interface
org.apache.sshd.scp.client.ScpClient
-
Packages that use ScpClient Package Description org.apache.sshd.scp.client -
-
Uses of ScpClient in org.apache.sshd.scp.client
Subinterfaces of ScpClient in org.apache.sshd.scp.client Modifier and Type Interface Description interface
CloseableScpClient
AnScpClient
wrapper that also closes the underlying session when closedClasses in org.apache.sshd.scp.client that implement ScpClient Modifier and Type Class Description class
AbstractScpClient
class
DefaultScpClient
Methods in org.apache.sshd.scp.client that return ScpClient Modifier and Type Method Description ScpClient
DefaultScpClientCreator. createScpClient(ClientSession session, ScpFileOpener opener, ScpTransferEventListener listener)
default ScpClient
ScpClientCreator. createScpClient(ClientSession session)
Create an SCP client from this session.default ScpClient
ScpClientCreator. createScpClient(ClientSession session, ScpFileOpener opener)
Create an SCP client from this session.ScpClient
ScpClientCreator. createScpClient(ClientSession session, ScpFileOpener opener, ScpTransferEventListener listener)
Create an SCP client from this session.default ScpClient
ScpClientCreator. createScpClient(ClientSession session, ScpTransferEventListener listener)
Create an SCP client from this session.Methods in org.apache.sshd.scp.client with parameters of type ScpClient Modifier and Type Method Description static CloseableScpClient
CloseableScpClient. singleSessionInstance(ScpClient client)
-