|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RemoteSession.RemoteService>
jnetpcap.capture.RemoteSession.RemoteService
public static enum RemoteSession.RemoteService
Lists all the avaiable remote services that can be opened, changed, enabled and disabled.
| Enum Constant Summary | |
|---|---|
EnableServices
Allows clients to enable and disable services on this server. |
|
GetServerStatistics
Allows clients to retrieve server's internal statistics. |
|
ListFiles
Allows clients to list files and directories. |
|
ListNetworkInterfaces
Allows clients to list network interfaces this system has. |
|
OpenFileReadOnly
Allows clients to open file for read only. |
|
OpenFileReadWrite
Allows clients to open file for read and write. |
|
OpenNonPromiscMode
Allows clients to open live captures in none promiscous mode only. |
|
OpenPromiscMode
Allows clients to open live captures in promiscous mode. |
|
| Method Summary | |
|---|---|
static RemoteSession.RemoteService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RemoteSession.RemoteService[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RemoteSession.RemoteService OpenNonPromiscMode
public static final RemoteSession.RemoteService OpenPromiscMode
public static final RemoteSession.RemoteService OpenFileReadOnly
public static final RemoteSession.RemoteService OpenFileReadWrite
public static final RemoteSession.RemoteService ListNetworkInterfaces
public static final RemoteSession.RemoteService ListFiles
public static final RemoteSession.RemoteService EnableServices
public static final RemoteSession.RemoteService GetServerStatistics
| Method Detail |
|---|
public static final RemoteSession.RemoteService[] values()
for(RemoteSession.RemoteService c : RemoteSession.RemoteService.values())
System.out.println(c);
public static RemoteSession.RemoteService valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||