1*1157Smax.romanov@nginx.com# Licensed to the Apache Software Foundation (ASF) under one or more 2*1157Smax.romanov@nginx.com# contributor license agreements. See the NOTICE file distributed with 3*1157Smax.romanov@nginx.com# this work for additional information regarding copyright ownership. 4*1157Smax.romanov@nginx.com# The ASF licenses this file to You under the Apache License, Version 2.0 5*1157Smax.romanov@nginx.com# (the "License"); you may not use this file except in compliance with 6*1157Smax.romanov@nginx.com# the License. You may obtain a copy of the License at 7*1157Smax.romanov@nginx.com# 8*1157Smax.romanov@nginx.com# http://www.apache.org/licenses/LICENSE-2.0 9*1157Smax.romanov@nginx.com# 10*1157Smax.romanov@nginx.com# Unless required by applicable law or agreed to in writing, software 11*1157Smax.romanov@nginx.com# distributed under the License is distributed on an "AS IS" BASIS, 12*1157Smax.romanov@nginx.com# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*1157Smax.romanov@nginx.com# See the License for the specific language governing permissions and 14*1157Smax.romanov@nginx.com# limitations under the License. 15*1157Smax.romanov@nginx.com 16*1157Smax.romanov@nginx.compojoEndpointBase.closeSessionFail=Failed to close WebSocket session during error handling 17*1157Smax.romanov@nginx.compojoEndpointBase.onCloseFail=Failed to call onClose method of POJO end point for POJO of type [{0}] 18*1157Smax.romanov@nginx.compojoEndpointBase.onError=No error handling configured for [{0}] and the following error occurred 19*1157Smax.romanov@nginx.compojoEndpointBase.onErrorFail=Failed to call onError method of POJO end point for POJO of type [{0}] 20*1157Smax.romanov@nginx.compojoEndpointBase.onOpenFail=Failed to call onOpen method of POJO end point for POJO of type [{0}] 21*1157Smax.romanov@nginx.compojoEndpointServer.getPojoInstanceFail=Failed to create instance of POJO of type [{0}] 22*1157Smax.romanov@nginx.compojoMethodMapping.decodePathParamFail=Failed to decode path parameter value [{0}] to expected type [{1}] 23*1157Smax.romanov@nginx.compojoMethodMapping.duplicateAnnotation=Duplicate annotations [{0}] present on class [{1}] 24*1157Smax.romanov@nginx.compojoMethodMapping.duplicateLastParam=Multiple boolean (last) parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 25*1157Smax.romanov@nginx.compojoMethodMapping.duplicateMessageParam=Multiple message parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 26*1157Smax.romanov@nginx.compojoMethodMapping.duplicatePongMessageParam=Multiple PongMessage parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 27*1157Smax.romanov@nginx.compojoMethodMapping.duplicateSessionParam=Multiple session parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 28*1157Smax.romanov@nginx.compojoMethodMapping.invalidDecoder=The specified decoder of type [{0}] could not be instantiated 29*1157Smax.romanov@nginx.compojoMethodMapping.invalidPathParamType=Parameters annotated with @PathParam may only be Strings, Java primitives or a boxed version thereof 30*1157Smax.romanov@nginx.compojoMethodMapping.methodNotPublic=The annotated method [{0}] is not public 31*1157Smax.romanov@nginx.compojoMethodMapping.noPayload=No payload parameter present on the method [{0}] of class [{1}] that was annotated with OnMessage 32*1157Smax.romanov@nginx.compojoMethodMapping.onErrorNoThrowable=No Throwable parameter was present on the method [{0}] of class [{1}] that was annotated with OnError 33*1157Smax.romanov@nginx.compojoMethodMapping.paramWithoutAnnotation=A parameter of type [{0}] was found on method[{1}] of class [{2}] that did not have a @PathParam annotation 34*1157Smax.romanov@nginx.compojoMethodMapping.partialInputStream=Invalid InputStream and boolean parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 35*1157Smax.romanov@nginx.compojoMethodMapping.partialObject=Invalid Object and boolean parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 36*1157Smax.romanov@nginx.compojoMethodMapping.partialPong=Invalid PongMessage and boolean parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 37*1157Smax.romanov@nginx.compojoMethodMapping.partialReader=Invalid Reader and boolean parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 38*1157Smax.romanov@nginx.compojoMethodMapping.pongWithPayload=Invalid PongMessage and Message parameters present on the method [{0}] of class [{1}] that was annotated with OnMessage 39*1157Smax.romanov@nginx.compojoMessageHandlerWhole.decodeIoFail=IO error while decoding message 40*1157Smax.romanov@nginx.compojoMessageHandlerWhole.maxBufferSize=The maximum supported message size for this implementation is Integer.MAX_VALUE 41