Package com.google.gerrit.sshd
Class SshScope
- java.lang.Object
-
- com.google.gerrit.sshd.SshScope
-
public class SshScope extends Object
Guice scopes for state during an SSH connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SshScope.SshSessionProvider
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.Scope
REQUEST
Returns exactly one instance per command executed.
-