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

Type Parameters:
T - type of objets this factory will create
All Known Subinterfaces:
NamedFactory<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, ProcessShellFactory, SftpSubsystem.Factory, SHA1.Factory, SignatureDSA.Factory, SignatureRSA.Factory, SingletonRandomFactory, TripleDESCBC.Factory, UserAuthGSS.Factory, UserAuthNone.Factory, UserAuthPassword.Factory, UserAuthPublicKey.Factory

public interface Factory<T>

Fatory is a simple interface that is used to create other objects.

Author:
Apache MINA SSHD Project

Method Summary
 T create()
          Create a new instance
 

Method Detail

create

T create()
Create a new instance

Returns:


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