Package com.google.gerrit.server.ssh
Class SshAddressesModule
- java.lang.Object
- 
- com.google.inject.AbstractModule
- 
- com.google.gerrit.server.ssh.SshAddressesModule
 
 
- 
- All Implemented Interfaces:
- com.google.inject.Module
 
 public class SshAddressesModule extends com.google.inject.AbstractModule
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_PORTstatic intIANA_SSH_PORT
 - 
Constructor SummaryConstructors Constructor Description SshAddressesModule()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()List<SocketAddress>getListenAddresses(org.eclipse.jgit.lib.Config cfg)- 
Methods inherited from class com.google.inject.AbstractModuleaddError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_PORTpublic static final int DEFAULT_PORT - See Also:
- Constant Field Values
 
 - 
IANA_SSH_PORTpublic static final int IANA_SSH_PORT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
configureprotected void configure() - Overrides:
- configurein class- com.google.inject.AbstractModule
 
 - 
getListenAddresses@Provides public List<SocketAddress> getListenAddresses(org.eclipse.jgit.lib.Config cfg) 
 
- 
 
-