public class DetectRequestImpl extends Object implements DetectRequest
| Constructor and Description | 
|---|
DetectRequestImpl(InetAddress address,
                 Integer port)  | 
DetectRequestImpl(InetAddress address,
                 Integer port,
                 Map<String,String> runtimeAttributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
InetAddress | 
getAddress()  | 
Integer | 
getPort()  | 
Map<String,String> | 
getRuntimeAttributes()  | 
void | 
preDetect()  | 
public DetectRequestImpl(InetAddress address, Integer port)
public DetectRequestImpl(InetAddress address, Integer port, Map<String,String> runtimeAttributes)
public InetAddress getAddress()
getAddress in interface DetectRequestpublic Integer getPort()
public Map<String,String> getRuntimeAttributes()
getRuntimeAttributes in interface DetectRequestpublic void preDetect()
preDetect in interface PreDetectCallbackCopyright © 2021. All rights reserved.