Package io.microsphere.constants
Interface ProtocolConstants
-
- All Known Subinterfaces:
Constants
public interface ProtocolConstants
Protocol Constants Definition- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
ProtocolConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLASSPATH_PROTOCOL
Class-Path Protocolstatic java.lang.String
CONSOLE_PROTOCOL
Console Protocolstatic java.lang.String
EAR_PROTOCOL
Ear protocolstatic java.lang.String
FILE_PROTOCOL
File protocolstatic java.lang.String
FTP_PROTOCOL
FTP protocolstatic java.lang.String
HTTP_PROTOCOL
HTTP protocolstatic java.lang.String
HTTPS_PROTOCOL
HTTPS protocolstatic java.lang.String
JAR_PROTOCOL
Jar protocolstatic java.lang.String
WAR_PROTOCOL
War protocolstatic java.lang.String
ZIP_PROTOCOL
Zip protocol
-
-
-
Field Detail
-
FILE_PROTOCOL
static final java.lang.String FILE_PROTOCOL
File protocol- See Also:
- Constant Field Values
-
HTTP_PROTOCOL
static final java.lang.String HTTP_PROTOCOL
HTTP protocol- See Also:
- Constant Field Values
-
HTTPS_PROTOCOL
static final java.lang.String HTTPS_PROTOCOL
HTTPS protocol- See Also:
- Constant Field Values
-
FTP_PROTOCOL
static final java.lang.String FTP_PROTOCOL
FTP protocol- See Also:
- Constant Field Values
-
ZIP_PROTOCOL
static final java.lang.String ZIP_PROTOCOL
Zip protocol- See Also:
- Constant Field Values
-
JAR_PROTOCOL
static final java.lang.String JAR_PROTOCOL
Jar protocol- See Also:
- Constant Field Values
-
WAR_PROTOCOL
static final java.lang.String WAR_PROTOCOL
War protocol- See Also:
- Constant Field Values
-
EAR_PROTOCOL
static final java.lang.String EAR_PROTOCOL
Ear protocol- See Also:
- Constant Field Values
-
CLASSPATH_PROTOCOL
static final java.lang.String CLASSPATH_PROTOCOL
Class-Path Protocol- See Also:
- Constant Field Values
-
CONSOLE_PROTOCOL
static final java.lang.String CONSOLE_PROTOCOL
Console Protocol- See Also:
- Constant Field Values
-
-