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 DetectRequest
public Integer getPort()
public Map<String,String> getRuntimeAttributes()
getRuntimeAttributes
in interface DetectRequest
public void preDetect()
preDetect
in interface PreDetectCallback
Copyright © 2021. All rights reserved.