timeout added
This commit is contained in:
parent
d2778ddc78
commit
ea914f8ce7
|
@ -5,7 +5,8 @@ package com.loafle.bridge.discoveryport.constant;
|
||||||
*/
|
*/
|
||||||
public enum DirectionType {
|
public enum DirectionType {
|
||||||
Send("S"),
|
Send("S"),
|
||||||
Recv("R");
|
Recv("R"),
|
||||||
|
Timeout("T");
|
||||||
|
|
||||||
private String stringValue;
|
private String stringValue;
|
||||||
DirectionType(String string) {stringValue = string;}
|
DirectionType(String string) {stringValue = string;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user