Lines Matching refs:sm

55     private static final StringManager sm =  field in WsRemoteEndpointImplBase
131 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendBytes()
148 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendBytesByCompletion()
151 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullHandler")); in sendBytesByCompletion()
162 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendPartialBytes()
174 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.tooMuchData")); in sendPing()
184 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.tooMuchData")); in sendPong()
192 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendString()
208 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendStringByCompletion()
211 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullHandler")); in sendStringByCompletion()
224 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendPartialString()
327 log.warn(sm.getString("wsRemoteEndpoint.flushOnCloseFailed")); in startMessage()
394 sm.getString("wsRemoteEndpoint.closed")); in writeMessagePart()
424 sm.getString("wsRemoteEndpoint.changeType")); in writeMessagePart()
534 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendObject()
568 throw new EncodeException(obj, sm.getString( in sendObject()
585 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullData")); in sendObjectByCompletion()
588 throw new IllegalArgumentException(sm.getString("wsRemoteEndpoint.nullHandler")); in sendObjectByCompletion()
626 throw new EncodeException(obj, sm.getString( in sendObjectByCompletion()
656 sm.getString("wsRemoteEndpoint.invalidEncoder", in setEncoders()
787 sm.getString("wsRemoteEndpoint.closedDuringMessage"))); in onResult()
941 sm.getString("wsRemoteEndpoint.closedOutputStream")); in write()
955 sm.getString("wsRemoteEndpoint.closedOutputStream")); in write()
985 sm.getString("wsRemoteEndpoint.closedOutputStream")); in flush()
1034 sm.getString("wsRemoteEndpoint.closedWriter")); in write()
1064 sm.getString("wsRemoteEndpoint.closedWriter")); in flush()
1196 sm.getString("wsRemoteEndpoint.wrongState", this.state)); in checkState()