ServiceRemotingMessageHeaders Classe
- java.
lang. Object - Serializable
- microsoft.
servicefabric. services. remoting. ServiceRemotingMessageHeaders
- microsoft.
public class ServiceRemotingMessageHeaders
Spécifie les en-têtes envoyés avec un message ServiceRemoting.
Récapitulatif du constructeur
Constructeur | Description | |
---|---|---|
ServiceRemotingMessageHeaders() |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
void |
addHeader(String headerName, byte[] headerValue)
Ajoute un nouvel en-tête avec le nom et la valeur spécifiés. |
Service |
deserialize(byte[] buffer)
Dés sérialise le tableau d’octets dans un objet ServiceRemotingMessageHeaders |
String | getCallContext() |
String | getCancellationHeaderName() |
HashMap<String, byte[]> | getHeaders() |
byte [] |
getHeaderValue(String headerName)
Obtient l’en-tête avec le nom spécifié |
int |
getInterfaceId()
ID d’interface de l’interface distante. |
int |
getMethodId()
MethodId de la méthode distante |
byte [] |
serialize(ServiceRemotingMessageHeaders msg)
Sérialise les en-têtes dans un tableau d’octets |
void | setCallContext(String callContext) |
void |
setHeaders(HashMap<String, byte[]> headers)
Ajoute un nouvel en-tête avec le nom et la valeur spécifiés. |
void |
setInterfaceId(int interfaceId)
ID d’interface de l’interface distante. |
void |
setMethodId(int methodId)
MethodId de la méthode distante |
Détails du constructeur
ServiceRemotingMessageHeaders
public ServiceRemotingMessageHeaders()
Détails de la méthode
addHeader
public void addHeader(String headerName, byte[] headerValue)
Ajoute un nouvel en-tête avec le nom et la valeur spécifiés.
Paramètres:
Exception:
deserialize
public static ServiceRemotingMessageHeaders deserialize(byte[] buffer)
Dés sérialise le tableau d’octets dans un objet ServiceRemotingMessageHeaders
Paramètres:
Retours:
Exception:
getCallContext
public String getCallContext()
getCancellationHeaderName
public static String getCancellationHeaderName()
getHeaders
public HashMap
getHeaderValue
public byte [] getHeaderValue(String headerName)
Obtient l’en-tête avec le nom spécifié
Paramètres:
Retours:
getInterfaceId
public int getInterfaceId()
ID d’interface de l’interface distante.
Retours:
getMethodId
public int getMethodId()
MethodId de la méthode distante
Retours:
serialize
public static byte [] serialize(ServiceRemotingMessageHeaders msg)
Sérialise les en-têtes dans un tableau d’octets
Paramètres:
Retours:
Exception:
setCallContext
public void setCallContext(String callContext)
Paramètres:
setHeaders
public void setHeaders(HashMap
Ajoute un nouvel en-tête avec le nom et la valeur spécifiés.
Paramètres:
setInterfaceId
public void setInterfaceId(int interfaceId)
ID d’interface de l’interface distante.
Paramètres:
setMethodId
public void setMethodId(int methodId)
MethodId de la méthode distante
Paramètres:
S’applique à
Azure SDK for Java