Package com.pixelmed.network
Class ProbeCapability.AETGenerator
- java.lang.Object
-
- com.pixelmed.network.ProbeCapability.AETGenerator
-
- Enclosing class:
- ProbeCapability
protected class ProbeCapability.AETGenerator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
hostname
protected int
port
protected ProbeCapability.StringPermutationGenerator
upperCaseNumericUnderscorePermutationGenerator
protected boolean
usedAllUpperCaseNumericUnderscore
protected boolean
usedHostnameAsAllUpperCase
protected boolean
usedHostnameAsSupplied
-
Constructor Summary
Constructors Constructor Description AETGenerator(java.lang.String hostname, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
next()
-
-
-
Field Detail
-
usedHostnameAsSupplied
protected boolean usedHostnameAsSupplied
-
usedHostnameAsAllUpperCase
protected boolean usedHostnameAsAllUpperCase
-
usedAllUpperCaseNumericUnderscore
protected boolean usedAllUpperCaseNumericUnderscore
-
upperCaseNumericUnderscorePermutationGenerator
protected ProbeCapability.StringPermutationGenerator upperCaseNumericUnderscorePermutationGenerator
-
hostname
protected final java.lang.String hostname
-
port
protected final int port
-
-