public class SseConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SseConstants.EVENT |
Modifier and Type | Field and Description |
---|---|
static byte[] |
COMMENT_LEAD |
static byte[] |
DATA_LEAD |
static byte[] |
EOL |
static byte[] |
EVENT_DELIMITER |
static byte[] |
ID_LEAD |
static String |
LAST_EVENT_ID_HEADER |
static byte[] |
NAME_LEAD |
static byte[] |
RETRY_LEAD |
static String |
SSE_ELEMENT_MEDIA_TYPE |
static GenericType<String> |
STRING_AS_GENERIC_TYPE |
Constructor and Description |
---|
SseConstants() |
public static final String LAST_EVENT_ID_HEADER
public static final GenericType<String> STRING_AS_GENERIC_TYPE
public static final byte[] COMMENT_LEAD
public static final byte[] NAME_LEAD
public static final byte[] ID_LEAD
public static final byte[] RETRY_LEAD
public static final byte[] DATA_LEAD
public static final byte[] EOL
public static final byte[] EVENT_DELIMITER
public static final String SSE_ELEMENT_MEDIA_TYPE
Copyright © 2021 JBoss by Red Hat. All rights reserved.