public static interface

Factory.Named

implements Factory<T>
net.schmizz.sshj.common.Factory.Named<T>
Known Indirect Subclasses

Class Overview

Inteface for a named factory. Named factories are simply factories that are identified by a name. Such names are used mainly in SSH algorithm negotiation.

Summary

Nested Classes
class Factory.Named.Util Utility functions  
Public Methods
abstract String getName()
[Expand]
Inherited Methods
From interface net.schmizz.sshj.common.Factory

Public Methods

public abstract String getName ()

Returns
  • the name of this factory.