com
.
twitter
.
finagle
.
spdy
Spdy
case class
Spdy
(
_version:
SpdyVersion
,
_compressionLevel:
Int
,
_maxHeaderSize:
StorageUnit
,
_maxRequestSize:
StorageUnit
,
_maxResponseSize:
StorageUnit
)
extends
CodecFactory
[
HttpRequest
,
HttpResponse
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
CodecFactory
[
HttpRequest
,
HttpResponse
], AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Spdy
Serializable
Serializable
Product
Equals
CodecFactory
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
Spdy
(
_version:
SpdyVersion
=
...
,
_compressionLevel:
Int
=
6
,
_maxHeaderSize:
StorageUnit
=
...
,
_maxRequestSize:
StorageUnit
=
...
,
_maxResponseSize:
StorageUnit
=
...
)
Type Members
type
Client
= (
ClientCodecConfig
) ⇒
Codec
[
HttpRequest
,
HttpResponse
]
Definition Classes
CodecFactory
type
Server
= (
ServerCodecConfig
) ⇒
Codec
[
HttpRequest
,
HttpResponse
]
Definition Classes
CodecFactory
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
_compressionLevel
:
Int
val
_maxHeaderSize
:
StorageUnit
val
_maxRequestSize
:
StorageUnit
val
_maxResponseSize
:
StorageUnit
val
_version
:
SpdyVersion
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
canEqual
(
arg0:
Any
)
:
Boolean
Definition Classes
Spdy
→ Equals
def
client
: (
ClientCodecConfig
) ⇒
Codec
[
HttpRequest
,
HttpResponse
] { def newClientDispatcher(transport: com.twitter.finagle.transport.Transport[org.jboss.netty.handler.codec.http.HttpRequest,org.jboss.netty.handler.codec.http.HttpResponse]): com.twitter.finagle.spdy.SpdyClientDispatcher }
Definition Classes
Spdy
→ CodecFactory
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
compressionLevel
(
level:
Int
)
:
Spdy
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
Spdy
→ Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
Spdy
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
maxHeaderSize
(
size:
StorageUnit
)
:
Spdy
def
maxRequestSize
(
size:
StorageUnit
)
:
Spdy
def
maxResponseSize
(
size:
StorageUnit
)
:
Spdy
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
productArity
:
Int
Definition Classes
Spdy
→ Product
def
productElement
(
arg0:
Int
)
:
Any
Definition Classes
Spdy
→ Product
def
productIterator
: Iterator[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
Spdy
→ Product
def
server
: (
ServerCodecConfig
) ⇒
Codec
[
HttpRequest
,
HttpResponse
]
Definition Classes
Spdy
→ CodecFactory
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
: String
Definition Classes
Spdy
→ AnyRef → Any
def
version
(
version:
SpdyVersion
)
:
Spdy
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Deprecated Value Members
def
productElements
: Iterator[
Any
]
Definition Classes
Product
Annotations
@deprecated
Deprecated
(Since version 2.8.0)
use productIterator instead
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
CodecFactory
[
HttpRequest
,
HttpResponse
]
Inherited from AnyRef
Inherited from
Any