public interface SPHead
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_PUSH_REQUEST
server push的请求
|
static int |
TYPE_PUSH_RESPONSE
server push的返回
|
static int |
TYPE_REGISTER_REQUEST
register请求
|
static int |
TYPE_REGISTER_RESPONSE
register返回
|
static int |
TYPE_REQUEST
业务请求
|
static int |
TYPE_RESPONSE
业务返回
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCorrelationId() |
long |
getLogId() |
int |
getType() |
int |
hashCode() |
void |
setCorrelationId(long correlationId) |
void |
setLogId(long logId) |
void |
setType(int type) |
static final int TYPE_REQUEST
static final int TYPE_RESPONSE
static final int TYPE_PUSH_REQUEST
static final int TYPE_PUSH_RESPONSE
static final int TYPE_REGISTER_REQUEST
static final int TYPE_REGISTER_RESPONSE
Copyright © 2022 Baidu, Inc.. All rights reserved.