org
.
mashupbots
.
socko
.
postdecoder
HttpData
trait
HttpData
extends
InterfaceHttpData
Linear Supertypes
InterfaceHttpData
,
Comparable
[
InterfaceHttpData
], AnyRef,
Any
Known Subclasses
AbstractDiskHttpData
,
AbstractHttpData
,
AbstractMemoryHttpData
,
Attribute
,
DiskAttribute
,
DiskFileUpload
,
FileUpload
,
MemoryAttribute
,
MemoryFileUpload
,
MixedAttribute
,
MixedFileUpload
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
HttpData
InterfaceHttpData
Comparable
AnyRef
Any
Visibility
Public
All
Type Members
type
HttpDataType
=
HttpDataType
Attributes
protected
Definition Classes
InterfaceHttpData
Abstract Value Members
def
addContent
(
buffer:
ChannelBuffer
,
last:
Boolean
)
:
Unit
Attributes
abstract
def
compareTo
(
arg0:
InterfaceHttpData
)
:
Int
Attributes
abstract
Definition Classes
Comparable
def
delete
()
:
Unit
Attributes
abstract
def
get
()
:
Array
[
Byte
]
Attributes
abstract
def
getChannelBuffer
()
:
ChannelBuffer
Attributes
abstract
def
getCharset
()
:
Charset
Attributes
abstract
def
getChunk
(
length:
Int
)
:
ChannelBuffer
Attributes
abstract
def
getFile
()
:
File
Attributes
abstract
def
getHttpDataType
()
: HttpDataType
Attributes
abstract
Definition Classes
InterfaceHttpData
def
getName
()
:
String
Attributes
abstract
Definition Classes
InterfaceHttpData
def
getString
(
encoding:
Charset
)
:
String
Attributes
abstract
def
getString
()
:
String
Attributes
abstract
def
isCompleted
()
:
Boolean
Attributes
abstract
def
isInMemory
()
:
Boolean
Attributes
abstract
def
length
()
:
Long
Attributes
abstract
def
renameTo
(
dest:
File
)
:
Boolean
Attributes
abstract
def
setCharset
(
charset:
Charset
)
:
Unit
Attributes
abstract
def
setContent
(
inputStream:
InputStream
)
:
Unit
Attributes
abstract
def
setContent
(
file:
File
)
:
Unit
Attributes
abstract
def
setContent
(
buffer:
ChannelBuffer
)
:
Unit
Attributes
abstract
Concrete Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
InterfaceHttpData
Inherited from
Comparable
[
InterfaceHttpData
]
Inherited from AnyRef
Inherited from
Any