Package org.refcodes.io
Interface MaxConnectionsAccessor.MaxConnectionsMutator
-
- All Known Subinterfaces:
MaxConnectionsAccessor.MaxConnectionsProperty
- Enclosing interface:
- MaxConnectionsAccessor
public static interface MaxConnectionsAccessor.MaxConnectionsMutatorProvides a mutator for a maximum connections property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMaxConnections(int aMaxConnections)Sets the maximum connections for the maximum connections property.
-