java.lang.Object com.azure.core.util.Header public class HeaderRepresents a single header to be set on a request. If multiple header values are added to a request with the same name (case-insensitive), then the values will be appended at the end of the same Header with commas separating ...
The name of the header. protected java.lang.Stringvalue The value of the header. Constructor Summary Header(java.lang.String name, java.lang.String value) Construct a Header object. Method Summary java.lang.StringgetName() Returns the name of this header. ...
Returns the name of this header. StringgetValue() Returns the value of this header. Methods inherited from class java.lang.Object clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait Field Detail name protectedStringname ...
java.lang.Object com.azure.core.util.Header com.azure.core.http.HttpHeader public class HttpHeader extends HeaderRepresents a single header within an HTTP request or response. This class encapsulates the name and value(s) of an HTTP header. If multiple values are associated with the same ...
Definition Namespace: Java.IO Assembly: Mono.Android.dll An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream. C#コピー [Android.Runtime.Register("java/io/ObjectInputStream", DoNotGenerateAcw=true)]publicclassObjectInputStream:Java.IO.InputStream...
Methods inherited from class java.lang.Object equals,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait Field Detail RESPONSE_HEADER_CONTENT_TYPE public static finalStringRESPONSE_HEADER_CONTENT_TYPE See Also: Constant Field Values RESPONSE_HEADER_CONTENT_LANGUAGE ...
Definition Namespace: Org.Apache.Http.Message Assembly: Mono.Android.dll This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed. [Android.Runtime.Register("org/apache/http/message/BufferedHeader", DoNotGenerateAcw=true)] publi...
The unique identifier of the header or footer section. HeaderFooterSectionConfigurationwithStyle(SectionStylestyle) The style options of a header or footer section. Methods inherited from class java.lang.Object getClass,notify,notifyAll,wait,wait,wait ...
addHeader("testHeader", "testHeader"); return true; } @Override public void postProcessResponse(HttpResponse response, MappedRequest mr) { } } 有了RequestPostProcessor后,可以通过@PostProcessors在mapper接口上使用,三种级别的使用, 1.全局的RequestPostProcessor 使用Configuration设置全局的RequestPost...
For each client connection we create a separate thread with THD serving as a thread/connection descriptor. More... #include <sql_lexer_thd.h> Inheritance diagram for THD: This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead. [legend] Classes class ...