add rst status
This commit is contained in:
parent
1725a0f8cd
commit
cf21565e03
|
@ -6,7 +6,8 @@ package com.loafle.bridge.discoveryport.type;
|
||||||
public enum DirectionType {
|
public enum DirectionType {
|
||||||
Send("S"),
|
Send("S"),
|
||||||
Recv("R"),
|
Recv("R"),
|
||||||
Timeout("T");
|
Timeout("T"),
|
||||||
|
Closed("C");
|
||||||
|
|
||||||
private String stringValue;
|
private String stringValue;
|
||||||
DirectionType(String string) {stringValue = string;}
|
DirectionType(String string) {stringValue = string;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user