|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | Close () |
/** Closes the writer. */ Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| OpenEdge.Core.ByteBucket ExtractEntity (IHttpRequest) |
/** Extracts the contents of the Entity property, and
populates the MessageBody.
This default implementation returns an empty message body.
@return Memptr A memptr object containing the extracted entity. */ |
||
| # | Open () |
/** Opens the writer for output. Open/Close allows us to write the same message multiple
times without requiring a new writer each time. */ Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (character) |
Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (handle) |
/** Write data to/from the entity
@param handle Data to write */ Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (longchar) |
Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (memptr) |
Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (memptr, int64, int64) |
Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | INT64 Write (Object) |
Overrides OpenEdge.Net.HTTP.Filter.Payload.MessageWriter:Write (Object) |
|
| WriteHeaders (IHttpRequest) |
/** Writes the HTTP headers into the bucket
@param ByteBucket The target for the write operation */ |
||
| WriteMessage (IHttpRequest) |
/** Builds a complete HTTP request (ie headers, protocol etc)
for the data in this object. */ |
||
| WriteRequestLine (IHttpRequest) |
/** Writes the request line into the bucket
@param ByteBucket The target for the write operation */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | DefaultRequestFilter () |
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER CRLF |
/* private and immutable constant value */ |
||
| # | Progress.Lang.Object Entity |
/** (mandatory) The message entity that's being written to. The values passed
in to the Write() methods will be parsed/processed and written to this entity. */ Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
| # | Progress.Lang.Class EntityType |
/** (mandatory) The type that the entity this writer can write to. */ Inherited from OpenEdge.Net.HTTP.Filter.Payload.MessageWriter |
|
Top
PROTECTED Close ()
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Core.ByteBucket ExtractEntity (IHttpRequest)
|
||||||||||||||||||||||||||
PROTECTED Open ()
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (character)
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (handle)
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (longchar)
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (memptr)
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (memptr, int64, int64)
|
||||||||||||||||||||||||||
PROTECTED INT64 Write (Object)
|
||||||||||||||||||||||||||
WriteHeaders (IHttpRequest)
|
||||||||||||||||||||||||||
WriteMessage (IHttpRequest)
|
||||||||||||||||||||||||||
WriteRequestLine (IHttpRequest)
|
||||||||||||||||||||||||||
PROTECTED DefaultRequestFilter ()
|
||||
|---|---|---|---|---|
CHARACTER CRLF
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Lang.Object Entity
|
|||||||||||||
PROTECTED Progress.Lang.Class EntityType
|
|||||||||||||