Uses of Class
jodd.http.Buffer
-
Packages that use Buffer Package Description jodd.http Tiny, raw and simple socket-based HTTP client. -
-
Uses of Buffer in jodd.http
Methods in jodd.http that return Buffer Modifier and Type Method Description BufferBuffer. append(char c)Appends a char.BufferBuffer. append(int number)Appends a number.BufferBuffer. append(java.lang.String string)Appends string content to buffer.BufferBuffer. append(Buffer buffer)Appends other buffer to this one.BufferBuffer. append(Uploadable uploadable)AppendsUploadableto buffer.protected abstract BufferHttpBase. buffer(boolean full)Createsbufferready to be consumed.protected BufferHttpRequest. buffer(boolean fullRequest)Prepares the request buffer.protected BufferHttpResponse. buffer(boolean fullResponse)Creates responsebuffer.protected BufferHttpBase. formBuffer()Creates formbufferand sets few headers.Methods in jodd.http with parameters of type Buffer Modifier and Type Method Description BufferBuffer. append(Buffer buffer)Appends other buffer to this one.protected voidHttpBase. populateHeaderAndBody(Buffer target, Buffer formBuffer, boolean fullRequest)
-