org.apache.sshd.common
Interface NamedFactory<T>

Type Parameters:
T -
All Superinterfaces:
Factory<T>
All Known Implementing Classes:
AES128CBC.Factory, AES192CBC.Factory, AES256CBC.Factory, BlowfishCBC.Factory, BouncyCastleRandom.Factory, ChannelAgentForwarding.Factory, ChannelDirectTcpip.Factory, ChannelSession.Factory, CipherNone.Factory, CompressionDelayedZlib.Factory, CompressionNone.Factory, CompressionZlib.Factory, DHG1.Factory, DHG1.Factory, DHG14.Factory, DHG14.Factory, HMACMD5.Factory, HMACMD596.Factory, HMACSHA1.Factory, HMACSHA196.Factory, JceRandom.Factory, MD5.Factory, SftpSubsystem.Factory, SHA1.Factory, SignatureDSA.Factory, SignatureRSA.Factory, SingletonRandomFactory, TripleDESCBC.Factory, UserAuthGSS.Factory, UserAuthNone.Factory, UserAuthPassword.Factory, UserAuthPublicKey.Factory

public interface NamedFactory<T>
extends Factory<T>

A named factory is a factory identified by a name. Such names are used mainly in the algorithm negociation at the beginning of the SSH connection.

Author:
Apache MINA SSHD Project

Nested Class Summary
static class NamedFactory.Utils
          Utility class to help using NamedFactories
 
Method Summary
 String getName()
          Name of this factory
 
Methods inherited from interface org.apache.sshd.common.Factory
create
 

Method Detail

getName

String getName()
Name of this factory

Returns:


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.