Uses of Interface
org.apache.sshd.common.AttributeRepository
Packages that use AttributeRepository
Package
Description
-
Uses of AttributeRepository in org.apache.sshd.client.config.hosts
Methods in org.apache.sshd.client.config.hosts with parameters of type AttributeRepositoryModifier and TypeMethodDescriptionConfigFileHostEntryResolver.resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context) HostConfigEntryResolver.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.commonModifier and TypeInterfaceDescriptioninterfaceProvides the capability to attach in-memory attributes to the entityMethods in org.apache.sshd.common that return AttributeRepositoryModifier and TypeMethodDescriptionstatic 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 AttributeRepositoryModifier and TypeMethodDescriptiondefault 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 sessionIoConnector.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.sessionModifier and TypeInterfaceDescriptioninterfaceA "succinct" summary of the most important attributes of an SSH session