public interface Http2StreamConfig
Configuration for an HTTP2 stream.
- 
Method Summary
Modifier and TypeMethodDescriptionintpriority()Stream priority.booleanPrior knowledge setting.Read timeout for this stream. 
- 
Method Details
- 
priorKnowledge
boolean priorKnowledge()Prior knowledge setting.- Returns:
 - prior knowledge setting
 
 - 
priority
int priority()Stream priority.- Returns:
 - the stream priority
 
 - 
readTimeout
Duration readTimeout()Read timeout for this stream.- Returns:
 - the timeout
 
 
 -