Searched refs:textMessage (Results 1 – 3 of 3) sorted by relevance
50 type textMessage struct { struct53 func (*textMessage) MarshalText() ([]byte, error) { argument57 func (*textMessage) UnmarshalText(bytes []byte) error { argument64 func (*textMessage) Reset() {} argument65 func (*textMessage) String() string { return "" } argument66 func (*textMessage) ProtoMessage() {} argument179 if err := proto.MarshalText(buf, &textMessage{}); err != nil {
557 msg := &textMessage{}
105 @Test public void textMessage() throws IOException { in textMessage() method in RealWebSocketTest