com.baidubce.services.blb.model
Class ListenerConstant

java.lang.Object
  extended by com.baidubce.services.blb.model.ListenerConstant

public class ListenerConstant
extends Object

The constants of listener


Field Summary
static String HTTP_LISTENER
           
static String HTTPS_LISTENER
           
static Set<String> LISTENER_SET
           
static String TCP_LISTENER
           
static String UDP_LISTENER
           
 
Constructor Summary
ListenerConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTPS_LISTENER

public static final String HTTPS_LISTENER
See Also:
Constant Field Values

HTTP_LISTENER

public static final String HTTP_LISTENER
See Also:
Constant Field Values

TCP_LISTENER

public static final String TCP_LISTENER
See Also:
Constant Field Values

UDP_LISTENER

public static final String UDP_LISTENER
See Also:
Constant Field Values

LISTENER_SET

public static final Set<String> LISTENER_SET
Constructor Detail

ListenerConstant

public ListenerConstant()


Copyright © 2018. All rights reserved.