public abstract class AsyncBasicDetectorNettyImpl<Request,Response> extends AsyncBasicDetector<Request,Response>
AsyncBasicDetectorNettyImpl class.
CAUTION: This class is unused. This implementation has never been in production.| Constructor and Description | 
|---|
AsyncBasicDetectorNettyImpl(String serviceName,
                           int port)
Constructor for AsyncBasicDetector. 
 | 
AsyncBasicDetectorNettyImpl(String serviceName,
                           int port,
                           int timeout,
                           int retries)
Constructor for AsyncBasicDetector. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
appendToPipeline(org.jboss.netty.channel.ChannelPipeline retval)  | 
void | 
dispose()
dispose 
 | 
protected DetectorHandlerNettyImpl<Request,Response> | 
getDetectorHandler(AsyncClientConversation<Request,Response> conversation)  | 
DetectFuture | 
isServiceDetected(InetAddress address) | 
expectBanner, find, getConversation, getIdleTime, isUseSSLFilter, send, setIdleTime, setUseSSLFilter, startsWithdetectgetIpMatch, getPort, getRetries, getServiceName, getTimeout, init, onInit, setIpMatch, setPort, setRetries, setServiceName, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIpMatch, getPort, getServiceName, getTimeout, init, setIpMatch, setPort, setServiceName, setTimeoutpublic AsyncBasicDetectorNettyImpl(String serviceName, int port)
Constructor for AsyncBasicDetector.
Request - a Request object.Response - a Response object.serviceName - a String object.port - a int.public void dispose()
dispose
dispose in interface ServiceDetectordispose in class AbstractDetectorpublic final DetectFuture isServiceDetected(InetAddress address)
isServiceDetected in class AsyncAbstractDetectorprotected void appendToPipeline(org.jboss.netty.channel.ChannelPipeline retval)
protected DetectorHandlerNettyImpl<Request,Response> getDetectorHandler(AsyncClientConversation<Request,Response> conversation)
Copyright © 2020. All rights reserved.