Uses of Interface
org.apache.sshd.client.scp.ScpClient
-
Packages that use ScpClient Package Description org.apache.sshd.client.scp -
-
Uses of ScpClient in org.apache.sshd.client.scp
Subinterfaces of ScpClient in org.apache.sshd.client.scp Modifier and Type Interface Description interface
CloseableScpClient
AnScpClient
wrapper that also closes the underlying session when closedClasses in org.apache.sshd.client.scp that implement ScpClient Modifier and Type Class Description class
AbstractScpClient
class
DefaultScpClient
Methods in org.apache.sshd.client.scp 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.client.scp with parameters of type ScpClient Modifier and Type Method Description protected CloseableScpClient
SimpleScpClientImpl. createScpClient(ClientSession session, ScpClient client)
-