Searched defs:textMessage (Results 1 – 2 of 2) sorted by relevance
50 type textMessage struct { struct53 func (*textMessage) MarshalText() ([]byte, error) {57 func (*textMessage) UnmarshalText(bytes []byte) error {64 func (*textMessage) Reset() {}65 func (*textMessage) String() string { return "" }66 func (*textMessage) ProtoMessage() {}
105 @Test public void textMessage() throws IOException { in textMessage() method in RealWebSocketTest