org
.
http4s
.
server
.
blaze
WebSocketSupport
trait
WebSocketSupport
extends
Http1ServerStage
Linear Supertypes
Http1ServerStage
,
Http1Stage
,
TailStage
[
ByteBuffer
],
Tail
[
ByteBuffer
],
Stage
,
Http1ServerParser
,
BodyAndHeaderParser
,
ParserBase
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
WebSocketSupport
Http1ServerStage
Http1Stage
TailStage
Tail
Stage
Http1ServerParser
BodyAndHeaderParser
ParserBase
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
arrayMatches
(
arg0:
Array
[
Byte
]
)
:
Boolean
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
badMessage
(
msg:
String
,
t:
ParserException
,
req:
Request
)
:
Unit
Attributes
protected
Definition Classes
Http1ServerStage
final
def
bufferPosition
()
:
Int
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
channelRead
(
size:
Int
,
timeout:
Duration
)
:
Future
[
ByteBuffer
]
Definition Classes
Tail
final
def
channelWrite
(
data:
Seq
[
ByteBuffer
]
,
timeout:
Duration
)
:
Future
[
Unit
]
Definition Classes
Tail
final
def
channelWrite
(
data:
Seq
[
ByteBuffer
]
)
:
Future
[
Unit
]
Definition Classes
Tail
final
def
channelWrite
(
data:
ByteBuffer
,
timeout:
Duration
)
:
Future
[
Unit
]
Definition Classes
Tail
final
def
channelWrite
(
data:
ByteBuffer
)
:
Future
[
Unit
]
Definition Classes
Tail
def
checkCloseConnection
(
conn:
Connection
,
rr:
StringWriter
)
:
Boolean
Attributes
protected
Definition Classes
Http1Stage
final
def
clearBuffer
()
:
Unit
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
collectBodyFromParser
(
buffer:
ByteBuffer
)
: (
EntityBody
, () ⇒
Future
[
ByteBuffer
])
Attributes
protected
Definition Classes
Http1Stage
final
def
collectMessage
(
body:
EntityBody
)
:
Option
[
Request
]
Attributes
protected
Definition Classes
Http1ServerStage
final
def
contentComplete
()
:
Boolean
Definition Classes
BodyAndHeaderParser
final
def
definedContentLength
()
:
Boolean
Definition Classes
BodyAndHeaderParser
final
def
doParseContent
(
buffer:
ByteBuffer
)
:
Option
[
ByteBuffer
]
Attributes
protected
Definition Classes
Http1ServerStage
→ Http1Stage
final
def
drainBody
(
buffer:
ByteBuffer
)
:
Future
[
ByteBuffer
]
Attributes
protected
Definition Classes
Http1Stage
val
ec
:
ExecutionContextExecutorService
Attributes
protected
Definition Classes
Http1ServerStage
→ Http1Stage
def
encodeHeaders
(
headers:
Headers
,
rr:
Writer
)
:
Option
[
Transfer-Encoding
]
Attributes
protected
Definition Classes
Http1Stage
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fatalError
(
t:
Throwable
,
msg:
String
)
:
Unit
Attributes
protected
Definition Classes
Http1Stage
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
findOutboundStage
[
C <:
Stage
]
(
clazz:
Class
[
C
]
)
:
Option
[
C
]
Definition Classes
Tail
final
def
findOutboundStage
(
name:
String
)
:
Option
[
Stage
]
Definition Classes
Tail
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getContentType
()
:
EndOfContent
Definition Classes
BodyAndHeaderParser
def
getEncoder
(
connectionHeader:
Option
[
Connection
]
,
bodyEncoding:
Option
[
Transfer-Encoding
]
,
lengthHeader:
Option
[
Content-Length
]
,
trailer:
Task
[
Headers
]
,
rr:
StringWriter
,
minor:
Int
,
closeOnFinish:
Boolean
)
:
ProcessWriter
Attributes
protected
Definition Classes
Http1Stage
final
def
getEncoder
(
msg:
Message
,
rr:
StringWriter
,
minor:
Int
,
closeOnFinish:
Boolean
)
:
ProcessWriter
Attributes
protected
Definition Classes
Http1Stage
final
def
getString
(
arg0:
Int
,
arg1:
Int
)
:
String
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
getString
(
arg0:
Int
)
:
String
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
getString
()
:
String
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
getTrimmedString
()
:
String
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
Annotations
@throws
(
...
)
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
headerComplete
(
name:
String
,
value:
String
)
:
Boolean
Attributes
protected
Definition Classes
Http1ServerStage
→ BodyAndHeaderParser
final
def
headersComplete
()
:
Boolean
Definition Classes
BodyAndHeaderParser
final
def
inChunkedHeaders
()
:
Boolean
Definition Classes
BodyAndHeaderParser
def
inboundCommand
(
cmd:
InboundCommand
)
:
Unit
Definition Classes
Stage
final
def
isChunked
()
:
Boolean
Definition Classes
BodyAndHeaderParser
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
val
logger
:
Logger
Attributes
protected
Definition Classes
Stage
final
def
makeRoom
(
arg0:
Int
)
:
Unit
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
def
mayHaveBody
()
:
Boolean
Definition Classes
Http1ServerParser → BodyAndHeaderParser
val
name
:
String
Definition Classes
Http1ServerStage
→ Stage
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
next
(
arg0:
ByteBuffer
)
:
Byte
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
Annotations
@throws
(
...
)
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
parseContent
(
arg0:
ByteBuffer
)
:
ByteBuffer
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
BodyAndHeaderParser
Annotations
@throws
(
...
)
final
def
parseHeaders
(
arg0:
ByteBuffer
)
:
Boolean
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
BodyAndHeaderParser
Annotations
@throws
(
...
)
@throws
(
...
)
final
def
parseRequestLine
(
arg0:
ByteBuffer
)
:
Boolean
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
Http1ServerParser
Annotations
@throws
(
...
)
@throws
(
...
)
final
def
putByte
(
arg0:
Byte
)
:
Unit
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
def
renderResponse
(
req:
Request
,
resp:
Response
,
cleanup: () ⇒
Future
[
ByteBuffer
]
)
:
Unit
Attributes
protected
Definition Classes
WebSocketSupport
→
Http1ServerStage
final
def
replaceInline
(
leafBuilder:
LeafBuilder
[
ByteBuffer
]
,
startup:
Boolean
)
:
WebSocketSupport
.this.type
Definition Classes
Tail
final
def
requestLineComplete
()
:
Boolean
Definition Classes
Http1ServerParser
def
reset
()
:
Unit
Definition Classes
Http1ServerParser → BodyAndHeaderParser → ParserBase
final
def
resetLimit
(
arg0:
Int
)
:
Unit
Attributes
protected[
org.http4s.blaze.http.http_parser
]
Definition Classes
ParserBase
final
def
sendOutboundCommand
(
cmd:
OutboundCommand
)
:
Unit
Definition Classes
Tail
def
shutdownParser
()
:
Unit
Definition Classes
Http1ServerParser → BodyAndHeaderParser → ParserBase
def
stageShutdown
()
:
Unit
Attributes
protected
Definition Classes
Http1ServerStage
→ Stage
def
stageStartup
()
:
Unit
Definition Classes
Http1ServerStage
→ Stage
final
def
submitRequestLine
(
methodString:
String
,
uri:
String
,
scheme:
String
,
majorversion:
Int
,
minorversion:
Int
)
:
Boolean
Attributes
protected
Definition Classes
Http1ServerStage
→ Http1ServerParser
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
(
...
)
Inherited from
Http1ServerStage
Inherited from
Http1Stage
Inherited from
TailStage
[
ByteBuffer
]
Inherited from
Tail
[
ByteBuffer
]
Inherited from
Stage
Inherited from
Http1ServerParser
Inherited from
BodyAndHeaderParser
Inherited from
ParserBase
Inherited from
AnyRef
Inherited from
Any
Ungrouped