Constant Field Values
Contents
org.glassfish.*
-
org.glassfish.jersey.examples.server.async.App Modifier and Type Constant Field Value public static final StringASYNC_LONG_RUNNING_OP_PATH"async/longrunning"public static final StringASYNC_MESSAGING_BLOCKING_PATH"async/messaging/blocking"public static final StringASYNC_MESSAGING_FIRE_N_FORGET_PATH"async/messaging/fireAndForget" -
org.glassfish.jersey.examples.server.async.BlockingPostChatResource Modifier and Type Constant Field Value public static final StringPOST_NOTIFICATION_RESPONSE"Message stored." -
org.glassfish.jersey.examples.server.async.FireAndForgetChatResource Modifier and Type Constant Field Value public static final StringPOST_NOTIFICATION_RESPONSE"Message sent" -
org.glassfish.jersey.examples.server.async.LongRunningAsyncOperationResource Modifier and Type Constant Field Value public static final StringNOTIFICATION_RESPONSE"Hello async world!" -
org.glassfish.jersey.examples.server.async.SimpleLongRunningResource Modifier and Type Constant Field Value public static final StringNOTIFICATION_RESPONSE"Hello async world!"