com.alibaba.fastjson.support.spring
Class FastjsonSockJsMessageCodec
- java.lang.Object
-
- org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
-
- com.alibaba.fastjson.support.spring.FastjsonSockJsMessageCodec
-
- All Implemented Interfaces:
- org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
public class FastjsonSockJsMessageCodec extends org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
-
Constructor Summary
Constructors Constructor and Description FastjsonSockJsMessageCodec()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description String[]
decode(String content)
String[]
decodeInputStream(InputStream content)
-
Method Detail
decode
public String[] decode(String content) throws IOException
- Throws:
-
IOException
decodeInputStream
public String[] decodeInputStream(InputStream content) throws IOException
- Throws:
-
IOException
Copyright © 2012–2021 Alibaba Group. All rights reserved.