Uses of Interface
org.apache.sshd.common.AttributeRepository
-
Packages that use AttributeRepository Package Description org.apache.sshd.client.config.hosts org.apache.sshd.common org.apache.sshd.common.io org.apache.sshd.common.session -
-
Uses of AttributeRepository in org.apache.sshd.client.config.hosts
Methods in org.apache.sshd.client.config.hosts with parameters of type AttributeRepository Modifier and Type Method Description HostConfigEntryConfigFileHostEntryResolver. resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context)HostConfigEntryHostConfigEntryResolver. resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context)Invoked when creating a new client session in order to allow for overriding of the original parameters -
Uses of AttributeRepository in org.apache.sshd.common
Subinterfaces of AttributeRepository in org.apache.sshd.common Modifier and Type Interface Description interfaceAttributeStoreProvides the capability to attach in-memory attributes to the entityMethods in org.apache.sshd.common that return AttributeRepository Modifier and Type Method Description static AttributeRepositoryAttributeRepository. ofAttributesMap(Map<AttributeRepository.AttributeKey<?>,?> attributes)static <A> AttributeRepositoryAttributeRepository. ofKeyValuePair(AttributeRepository.AttributeKey<A> key, A value) -
Uses of AttributeRepository in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io with parameters of type AttributeRepository Modifier and Type Method Description default voidIoServiceEventListener. abortEstablishedConnection(IoConnector connector, SocketAddress local, AttributeRepository context, SocketAddress remote, Throwable reason)Called when a previously established connection has been abnormally terminated before it could be turned into a sessionIoConnectFutureIoConnector. connect(SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress)default voidIoServiceEventListener. connectionEstablished(IoConnector connector, SocketAddress local, AttributeRepository context, SocketAddress remote)Called when a new connection has been created to a remote peer - before it was converted into a session -
Uses of AttributeRepository in org.apache.sshd.common.session
Subinterfaces of AttributeRepository in org.apache.sshd.common.session Modifier and Type Interface Description interfaceSessionContextA "succinct" summary of the most important attributes of an SSH session
-